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