fixed QtWinExtras Qt5.0 and Qt5.1 builds
This commit is contained in:
parent
6f8ef5bfa5
commit
95210a4bc9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
QT += core gui network
|
QT += core gui network
|
||||||
|
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): win32: QT += winextras
|
greaterThan(QT_MAJOR_VERSION, 4): greaterThan(QT_MINOR_VERSION, 1): win32: QT += winextras
|
||||||
|
|
||||||
DEPLOYMENT.display_name = gta5sync
|
DEPLOYMENT.display_name = gta5sync
|
||||||
TARGET = gta5sync
|
TARGET = gta5sync
|
||||||
|
|
Loading…
Reference in a new issue