1
0
Fork 0

[Build] Make qmake compile release version.

This commit is contained in:
Kitteh 2018-10-30 09:06:47 +00:00
parent 7e2aea044f
commit 55a4975645

View file

@ -4,9 +4,7 @@ TEMPLATE = app
QT += qml quickcontrols2 widgets core-private gui-private QT += qml quickcontrols2 widgets core-private gui-private
SOURCES += src/main.cpp src/mpvobject.cpp src/filesavedialog.cpp src/fileopendialog.cpp SOURCES += src/main.cpp src/mpvobject.cpp src/filesavedialog.cpp src/fileopendialog.cpp
CONFIG += debug CONFIG += release
CONFIG+=qml_debug
#CONFIG+=qtquickcompiler #CONFIG+=qtquickcompiler
QT_CONFIG -= no-pkg-config QT_CONFIG -= no-pkg-config
CONFIG += link_pkgconfig CONFIG += link_pkgconfig