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