From: Michal MalĂ˝ Date: Tue, 3 Mar 2015 01:18:04 +0000 (+0100) Subject: Remove Qt4 compatibility from the qmakefile. X-Git-Tag: 0.4a~13 X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=26ecf14a8d28e2fc482c20361bfa1e53ae574372;p=anyanka.git Remove Qt4 compatibility from the qmakefile. --- diff --git a/Anyanka.pro b/Anyanka.pro index a63b9b6..23be617 100644 --- a/Anyanka.pro +++ b/Anyanka.pro @@ -4,11 +4,9 @@ # #------------------------------------------------- -QT += core gui +QT += core gui widgets QT -= qml_debug -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets - TARGET = Anyanka TEMPLATE = app