6 lines
118 B
Prolog
6 lines
118 B
Prolog
|
TEMPLATE = app
|
||
|
QT = core gui
|
||
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||
|
CONFIG -= app_bundle
|
||
|
SOURCES += main.cpp
|