]> Devoid-pointer.net GitWeb - anyanka.git/commitdiff
Remove Qt4 compatibility from the qmakefile.
authorMichal Malý <madcatxster@devoid-pointer.net>
Tue, 3 Mar 2015 01:18:04 +0000 (02:18 +0100)
committerMichal Malý <madcatxster@devoid-pointer.net>
Tue, 3 Mar 2015 01:18:04 +0000 (02:18 +0100)
Anyanka.pro

index a63b9b6d46474aa874ce6b5498819af73d6f63fc..23be617ef1403d41a6e06d4e37580d87f4bfca5c 100644 (file)
@@ -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