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