Browse Source

Merge pull request #3586

initramfs (1):
      chore(qtox.pro): remove a Qt version check for Qt widgets
pull/3309/head
Nils Fenner 10 years ago
parent
commit
3a32a03d4a
No known key found for this signature in database
GPG Key ID: 9591A163FF9BE04C
  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