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