source:
trunk/tutorial/t14/t14.pro@
208
Last change on this file since 208 was 2, checked in by , 20 years ago | |
---|---|
File size: 236 bytes |
Line | |
---|---|
1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release |
3 | HEADERS = cannon.h \ |
4 | gamebrd.h \ |
5 | lcdrange.h |
6 | SOURCES = cannon.cpp \ |
7 | gamebrd.cpp \ |
8 | lcdrange.cpp \ |
9 | main.cpp |
10 | TARGET = t14 |
11 | REQUIRES=full-config |
12 | unix:LIBS += -lm |
Note:
See TracBrowser
for help on using the repository browser.