translation update + compilation fix

This commit is contained in:
doitux
2007-10-31 09:32:07 +00:00
parent 0db4498114
commit 2e82e46104
4 changed files with 477 additions and 438 deletions
Binary file not shown.
+3 -3
View File
@@ -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
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff