diff options
| author | Tannin <devnull@localhost> | 2014-01-03 18:40:46 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-01-03 18:40:46 +0100 |
| commit | d029e97724711ee7974f6ddb2460c215ad39f561 (patch) | |
| tree | 2a9cf43f430e8e4ff502b3dc33cd8f6b551ade03 /src/organizer.pro | |
| parent | a9435f637e8c83d189ee467cdc640b263f27d206 (diff) | |
- hook dll now monitors all mod directories, not only overwrite
- dialog for changing executables now warns if changes will be lost
- main window is now locked before activating pre-start hooks
- better responsiveness while main window is locked (or should be)
Diffstat (limited to 'src/organizer.pro')
| -rw-r--r-- | src/organizer.pro | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/src/organizer.pro b/src/organizer.pro index 30454ea8..5988056e 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -213,24 +213,25 @@ TRANSLATIONS = organizer_de.ts \ organizer_zh_CN.ts \
organizer_cs.ts \
organizer_tr.ts \
+ organizer_en.ts \
organizer_ru.ts
-!isEmpty(TRANSLATIONS) {
- isEmpty(QMAKE_LRELEASE) {
- win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease.exe
- else:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease
- }
-
- isEmpty(TS_DIR):TS_DIR = Translations
-
- TSQM.name = lrelease ${QMAKE_FILE_IN}
- TSQM.input = TRANSLATIONS
- TSQM.output = $$TS_DIR/${QMAKE_FILE_BASE}.qm
- TSQM.commands = $$QMAKE_LRELEASE ${QMAKE_FILE_IN}
- TSQM.CONFIG = no_link
- QMAKE_EXTRA_COMPILERS += TSQM
- PRE_TARGETDEPS += compiler_TSQM_make_all
-} else:message(No translation files in project)
+#!isEmpty(TRANSLATIONS) {
+# isEmpty(QMAKE_LRELEASE) {
+# win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease.exe
+# else:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease
+# }
+#
+# isEmpty(TS_DIR):TS_DIR = Translations
+#
+# TSQM.name = lrelease ${QMAKE_FILE_IN}
+# TSQM.input = TRANSLATIONS
+# TSQM.output = $$TS_DIR/${QMAKE_FILE_BASE}.qm
+# TSQM.commands = $$QMAKE_LRELEASE ${QMAKE_FILE_IN}
+# TSQM.CONFIG = no_link
+# QMAKE_EXTRA_COMPILERS += TSQM
+# PRE_TARGETDEPS += compiler_TSQM_make_all
+#} else:message(No translation files in project)
LIBS += -lmo_shared -luibase -lshell32 -lole32 -luser32 -ladvapi32 -lgdi32 -lPsapi -lVersion -lbsatk -lshlwapi
|
