Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
ad3f4ba9
Commit
ad3f4ba9
authored
Mar 07, 2010
by
Max-Wilhelm Bruker
Browse files
oracle fix
parent
8295b496
Changes
2
Show whitespace changes
Inline
Side-by-side
oracle/oracle.pro
View file @
ad3f4ba9
...
@@ -6,5 +6,5 @@ MOC_DIR = build
...
@@ -6,5 +6,5 @@ MOC_DIR = build
OBJECTS_DIR
=
build
OBJECTS_DIR
=
build
QT
+=
network
svg
xml
QT
+=
network
svg
xml
HEADERS
+=
src
/
oracleimporter
.
h
src
/
window_main
.
h
..
/
cockatrice
/
src
/
carddatabase
.
h
HEADERS
+=
src
/
oracleimporter
.
h
src
/
window_main
.
h
..
/
cockatrice
/
src
/
carddatabase
.
h
..
/
cockatrice
/
src
/
settingscache
.
h
SOURCES
+=
src
/
main
.
cpp
src
/
oracleimporter
.
cpp
src
/
window_main
.
cpp
..
/
cockatrice
/
src
/
carddatabase
.
cpp
SOURCES
+=
src
/
main
.
cpp
src
/
oracleimporter
.
cpp
src
/
window_main
.
cpp
..
/
cockatrice
/
src
/
carddatabase
.
cpp
..
/
cockatrice
/
src
/
settingscache
.
cpp
oracle/src/main.cpp
View file @
ad3f4ba9
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
#include
<QTextCodec>
#include
<QTextCodec>
#include
"oracleimporter.h"
#include
"oracleimporter.h"
#include
"window_main.h"
#include
"window_main.h"
#include
"settingscache.h"
SettingsCache
*
settingsCache
;
int
main
(
int
argc
,
char
*
argv
[])
int
main
(
int
argc
,
char
*
argv
[])
{
{
...
@@ -9,6 +12,8 @@ int main(int argc, char *argv[])
...
@@ -9,6 +12,8 @@ int main(int argc, char *argv[])
QTextCodec
::
setCodecForCStrings
(
QTextCodec
::
codecForName
(
"UTF-8"
));
QTextCodec
::
setCodecForCStrings
(
QTextCodec
::
codecForName
(
"UTF-8"
));
settingsCache
=
new
SettingsCache
;
WindowMain
wnd
;
WindowMain
wnd
;
wnd
.
show
();
wnd
.
show
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment