source: trunk/examples/customlayout/customlayout.pro@ 138

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

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 250 bytes
Line 
1TEMPLATE = app
2TARGET = customlayout
3
4CONFIG += qt warn_on release
5DEPENDPATH = ../../include
6
7REQUIRES = large-config
8
9HEADERS = border.h \
10 card.h \
11 flow.h
12SOURCES = border.cpp \
13 card.cpp \
14 flow.cpp \
15 main.cpp
Note: See TracBrowser for help on using the repository browser.