summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/qt4hello/src.pro
blob: ae5bac376b5b5e52293bfb8302970f2f5787f0f9 (plain)
1
2
3
4
5
6
7
8
SOURCES += main.cpp
TEMPLATE = app
CONFIG += warn_on \
	  thread \
          qt
TARGET = %{APPNAMELC}
DESTDIR = ../bin
QT -= gui