source: trunk/tutorial/t14/t14.pro@ 68

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

Imported xplatform parts of the official release 3.3.1 from Trolltech

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