translation update + compilation fix
This commit is contained in:
Binary file not shown.
+3
-3
@@ -3,11 +3,11 @@
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
CODECFORSRC = UTF-8
|
CODECFORSRC = UTF-8
|
||||||
|
|
||||||
#CONFIG += qt thread embed_manifest_exe warn_on release
|
CONFIG += qt thread embed_manifest_exe warn_on release
|
||||||
CONFIG += qt thread embed_manifest_exe warn_on debug
|
#CONFIG += qt thread embed_manifest_exe warn_on debug
|
||||||
|
|
||||||
#Uncomment this for RELEASE
|
#Uncomment this for RELEASE
|
||||||
QTPLUGIN += qjpeg qgif
|
#QTPLUGIN += qjpeg qgif
|
||||||
|
|
||||||
UI_DIR = uics
|
UI_DIR = uics
|
||||||
MOC_DIR = mocs
|
MOC_DIR = mocs
|
||||||
|
|||||||
+4
-4
@@ -57,10 +57,10 @@
|
|||||||
#define ENABLE_LEAK_CHECK()
|
#define ENABLE_LEAK_CHECK()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//Uncomment this for RELEASE
|
// //Uncomment this for RELEASE
|
||||||
#include <QtPlugin>
|
// #include <QtPlugin>
|
||||||
Q_IMPORT_PLUGIN(qjpeg)
|
// Q_IMPORT_PLUGIN(qjpeg)
|
||||||
Q_IMPORT_PLUGIN(qgif)
|
// Q_IMPORT_PLUGIN(qgif)
|
||||||
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|||||||
+470
-431
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user