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

Merge pull request #3586

initramfs (1):
      chore(qtox.pro): remove a Qt version check for Qt widgets
This commit is contained in:
Nils Fenner 2016-08-08 11:16:49 +02:00
commit 3a32a03d4a
No known key found for this signature in database
GPG Key ID: 9591A163FF9BE04C

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