source: trunk/examples/widgets/widgets.pro@ 203

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