From 1daa1306bd935a3ba4313aba8c08b8e8d8f80ded Mon Sep 17 00:00:00 2001 From: EndrII Date: Sun, 3 Jun 2018 20:56:44 +0300 Subject: [PATCH] fix pro file --- source/QtDeployer.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/QtDeployer.pro b/source/QtDeployer.pro index 81dd8a7..3e3d86a 100755 --- a/source/QtDeployer.pro +++ b/source/QtDeployer.pro @@ -1,9 +1,10 @@ TEMPLATE = app -QT += qml quick lessThan(QT_MINOR_VERSION, 6){ QT += widgets +}else { + QT += qml quick } CONFIG += c++14