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

CONFIG		+= qt warn_on release

REQUIRES	= full-config nocrosscompiler

HEADERS		= textedit.h
SOURCES		= textedit.cpp \
		  main.cpp
IMAGES 		= editcopy.xpm editcut.xpm editpaste.xpm editredo.xpm editundo.xpm filenew.xpm fileopen.xpm fileprint.xpm filesave.xpm textbold.xpm textcenter.xpm textitalic.xpm textjustify.xpm textleft.xpm textright.xpm textunder.xpm