source: trunk/examples/toplevel/toplevel.pro@ 7

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

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 201 bytes
Line 
1TEMPLATE = app
2LANGUAGE = C++
3
4CONFIG += qt warn_on release
5unix {
6 UI_DIR = .ui
7 MOC_DIR = .moc
8 OBJECTS_DIR = .obj
9}
10
11REQUIRES = full-config
12
13SOURCES += main.cpp
14FORMS = options.ui
Note: See TracBrowser for help on using the repository browser.