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

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

REQUIRES	= medium-config

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