summaryrefslogtreecommitdiffstats
path: root/examples/hello/hello.pro
blob: de15e8ef22723236b78fd7719702a19081f5f03c (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE	= app
TARGET		= hello

CONFIG		+= qt warn_on release
DEPENDPATH	= ../../include

HEADERS		= hello.h
SOURCES		= hello.cpp \
		  main.cpp