Skip to content
Snippets Groups Projects
Unverified Commit 121016fd authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] xbuild tweaks

parent f24ccd75
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ CONFIG += qt staticlib
windows:CONFIG += console
unix:DEBUG:CONFIG += debug
lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5")
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.14
# trying to optimize size of the static binary.
# probably more can be shaved off with some patience
......@@ -34,7 +35,7 @@ lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5")
#QTPLUGIN.QTcpServerConnectionFactory =-
#QTPLUGIN.QGenericEnginePlugin =-
QT += qml quick
QT += qml quick widgets
SOURCES += \
gui/main.cpp \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment