From 26ecf14a8d28e2fc482c20361bfa1e53ae574372 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= Date: Tue, 3 Mar 2015 02:18:04 +0100 Subject: [PATCH] Remove Qt4 compatibility from the qmakefile. --- Anyanka.pro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.43.5