source: trunk/tutorial/t11/t11.pro@ 10

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

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 202 bytes
Line 
1TEMPLATE = app
2CONFIG += qt warn_on release
3HEADERS = cannon.h \
4 lcdrange.h
5SOURCES = cannon.cpp \
6 lcdrange.cpp \
7 main.cpp
8TARGET = t11
9REQUIRES=full-config
10unix:LIBS += -lm
11
Note: See TracBrowser for help on using the repository browser.