7 lines
167 B
Prolog
7 lines
167 B
Prolog
|
TEMPLATE = app
|
||
|
QT = core gui
|
||
|
greaterThan(QT_MAJOR_VERSION, 4): QT += gui-private core-private widgets
|
||
|
CONFIG -= app_bundle
|
||
|
SOURCES += main.cpp
|
||
|
win32: LIBS += -lUser32
|