source: trunk/examples/extension/extension.pro@ 208

Last change on this file since 208 was 160, checked in by dmik, 19 years ago

Imported table and iconview modules and a bunch of dependent examples from the official release 3.3.1 from Trolltech.

File size: 219 bytes
Line 
1TEMPLATE = app
2LANGUAGE = C++
3
4CONFIG += qt warn_on release
5
6REQUIRES = full-config nocrosscompiler
7
8SOURCES += main.cpp
9FORMS = mainform.ui \
10 dialogform.ui \
11 extension.ui
12DBFILE = extension.db
Note: See TracBrowser for help on using the repository browser.