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:
parent
07ac196326
commit
cae5c1f2ed
3
qtox.pro
3
qtox.pro
|
@ -17,8 +17,7 @@
|
||||||
# See the COPYING file for more details.
|
# See the COPYING file for more details.
|
||||||
|
|
||||||
|
|
||||||
QT += core gui network xml opengl sql svg
|
QT += core gui network xml opengl sql svg widgets
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
||||||
|
|
||||||
TARGET = qtox
|
TARGET = qtox
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
Loading…
Reference in New Issue
Block a user