eaf160c586
Change-Id: I4c0baeaf01f0b3d6162a16ef7fda822f5a4cb1db Task-number: QTBUG-49511 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
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
|