summaryrefslogtreecommitdiffstats
path: root/examples/customlayout/customlayout.pro
blob: f377f13be6fa1618edbb1c6496243745610ca18f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE	= app
TARGET		= customlayout

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

REQUIRES	= large-config

HEADERS		= border.h \
		  card.h \
		  flow.h
SOURCES		= border.cpp \
		  card.cpp \
		  flow.cpp \
		  main.cpp