summaryrefslogtreecommitdiffstats
path: root/examples/scribble/scribble.pro
blob: 35304c6975cfd06aa4cda78de91be479ed989672 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE	= app
TARGET		= scribble

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

REQUIRES	= full-config

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