source: trunk/examples/xml/outliner/outliner.pro@ 16

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

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 186 bytes
Line 
1TEMPLATE = app
2TARGET = outliner
3
4CONFIG += qt warn_on release
5
6REQUIRES = xml large-config
7
8HEADERS = outlinetree.h
9SOURCES = main.cpp \
10 outlinetree.cpp
11INTERFACES =
Note: See TracBrowser for help on using the repository browser.