diff options
Diffstat (limited to 'rbutil/rbutilqt')
-rw-r--r-- | rbutil/rbutilqt/rbutilqt.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/rbutilqt.pro b/rbutil/rbutilqt/rbutilqt.pro index 43d74e59d7..d5caa77b89 100644 --- a/rbutil/rbutilqt/rbutilqt.pro +++ b/rbutil/rbutilqt/rbutilqt.pro | |||
@@ -107,7 +107,8 @@ QMAKE_EXTRA_TARGETS += tags | |||
107 | 107 | ||
108 | # add a custom rule for making the translations | 108 | # add a custom rule for making the translations |
109 | LRELEASE = $$[QT_INSTALL_BINS]/lrelease | 109 | LRELEASE = $$[QT_INSTALL_BINS]/lrelease |
110 | win32:!cross { | 110 | |
111 | win32:!cross:!exists($$LRELEASE) { | ||
111 | LRELEASE = $$[QT_INSTALL_BINS]/lrelease.exe | 112 | LRELEASE = $$[QT_INSTALL_BINS]/lrelease.exe |
112 | } | 113 | } |
113 | lrelease.commands = $$LRELEASE -silent $$_PRO_FILE_ | 114 | lrelease.commands = $$LRELEASE -silent $$_PRO_FILE_ |
@@ -164,6 +165,8 @@ contains(QT_MAJOR_VERSION, 5) { | |||
164 | } | 165 | } |
165 | } | 166 | } |
166 | 167 | ||
168 | CONFIG += c++11 | ||
169 | |||
167 | dbg { | 170 | dbg { |
168 | CONFIG += debug thread qt warn_on | 171 | CONFIG += debug thread qt warn_on |
169 | DEFINES += DBG | 172 | DEFINES += DBG |