4
0
mirror of https://github.com/QuasarApp/QtDeployer.git synced 2025-05-03 08:39:33 +00:00

fix pro file

This commit is contained in:
Andrei Yankovich 2018-06-03 20:56:44 +03:00
parent 22a631868a
commit 1daa1306bd

@ -1,9 +1,10 @@
TEMPLATE = app
QT += qml quick
lessThan(QT_MINOR_VERSION, 6){
QT += widgets
}else {
QT += qml quick
}
CONFIG += c++14