source: trunk/examples/textedit/textedit.pro@ 25

Last change on this file since 25 was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 406 bytes
Line 
1TEMPLATE = app
2TARGET = textedit
3
4CONFIG += qt warn_on release
5
6REQUIRES = full-config nocrosscompiler
7
8HEADERS = textedit.h
9SOURCES = textedit.cpp \
10 main.cpp
11IMAGES = 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
Note: See TracBrowser for help on using the repository browser.