game.pro release fix
This commit is contained in:
+2
-9
@@ -3,15 +3,8 @@ isEmpty( PREFIX ):PREFIX = /usr
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
CODECFORSRC = UTF-8
|
CODECFORSRC = UTF-8
|
||||||
|
|
||||||
# CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on release
|
CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on release
|
||||||
CONFIG += qt \
|
#CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on debug
|
||||||
thread \
|
|
||||||
embed_manifest_exe \
|
|
||||||
exceptions \
|
|
||||||
rtti \
|
|
||||||
stl \
|
|
||||||
warn_on \
|
|
||||||
debug
|
|
||||||
|
|
||||||
# ####Uncomment this for RELEASE on Linux/Unix/BSD (only for static Qt)
|
# ####Uncomment this for RELEASE on Linux/Unix/BSD (only for static Qt)
|
||||||
# QTPLUGIN += qjpeg qgif
|
# QTPLUGIN += qjpeg qgif
|
||||||
|
|||||||
Reference in New Issue
Block a user