1
SOURCES = main.cpp
2
CONFIG += console
3
CONFIG -= app_bundle
4
QT = core
5
DESTDIR = ./
6
7
# no install rule for application used by test
8
INSTALLS =
9
10