1
TEMPLATE = app
2
3
DESTDIR = ./
4
5
CONFIG += console
6
CONFIG -= moc qt app_bundle
7
8
SOURCES += main.cpp
9
#no install rule for child app of test
10
INSTALLS =
11
12