mirror of
https://github.com/QuasarApp/QtDeployer.git
synced 2025-05-03 16:49:34 +00:00
fix pro file
This commit is contained in:
parent
22a631868a
commit
1daa1306bd
@ -1,9 +1,10 @@
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
QT += qml quick
|
|
||||||
|
|
||||||
lessThan(QT_MINOR_VERSION, 6){
|
lessThan(QT_MINOR_VERSION, 6){
|
||||||
QT += widgets
|
QT += widgets
|
||||||
|
}else {
|
||||||
|
QT += qml quick
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIG += c++14
|
CONFIG += c++14
|
||||||
|
Loading…
x
Reference in New Issue
Block a user