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

CONFIG		+= qt warn_on release

REQUIRES	= xml large-config

HEADERS		= outlinetree.h
SOURCES		= main.cpp \
		  outlinetree.cpp
INTERFACES	=