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

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

REQUIRES	= large-config

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