Browse Source

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

reviewable/pr3586/r1
initramfs 10 years ago
parent
commit
cae5c1f2ed
No known key found for this signature in database
GPG Key ID: 78B8BDF87E9EF0AF
  1. 3
      qtox.pro

3
qtox.pro

@ -17,8 +17,7 @@ @@ -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

Loading…
Cancel
Save