summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/qt4makeapp/src.pro
blob: fa8baae66bec82f4ecfaf1dff673ef1a1cfbf4bc (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES += %{APPNAMELC}.cpp \
           main.cpp
HEADERS += %{APPNAMELC}.h
TEMPLATE = app
CONFIG += warn_on \
	  thread \
          qt
TARGET = %{APPNAMELC}
DESTDIR = ../bin
RESOURCES = application.qrc