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