From cae5c1f2edc207378d5912f7ada9bfa43735c65b Mon Sep 17 00:00:00 2001 From: initramfs Date: Thu, 4 Aug 2016 15:30:11 +0800 Subject: [PATCH] chore(qtox.pro): remove a Qt version check for Qt widgets --- qtox.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qtox.pro b/qtox.pro index 1327fd25a..04b729dd0 100644 --- a/qtox.pro +++ b/qtox.pro @@ -17,8 +17,7 @@ # See the COPYING file for more details. -QT += core gui network xml opengl sql svg -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets +QT += core gui network xml opengl sql svg widgets TARGET = qtox TEMPLATE = app