mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Only precompile QML files on release builds
This commit is contained in:
+3
-1
@@ -18,7 +18,9 @@ CONFIG += force_debug_info
|
|||||||
# Since this binds the app against the Qt runtime version, we will only
|
# Since this binds the app against the Qt runtime version, we will only
|
||||||
# do this for Windows and Mac, since they ship with the Qt runtime.
|
# do this for Windows and Mac, since they ship with the Qt runtime.
|
||||||
win32|macx {
|
win32|macx {
|
||||||
CONFIG += qtquickcompiler
|
CONFIG(release, debug|release) {
|
||||||
|
CONFIG += qtquickcompiler
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|||||||
Reference in New Issue
Block a user