1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(qtox.pro): remove a Qt version check for Qt widgets

This commit is contained in:
initramfs 2016-08-04 15:30:11 +08:00
parent 07ac196326
commit cae5c1f2ed
No known key found for this signature in database
GPG Key ID: 78B8BDF87E9EF0AF

View File

@ -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