source:
trunk/examples/hello/hello.pro@
168
Last change on this file since 168 was 2, checked in by , 20 years ago | |
---|---|
File size: 154 bytes |
Line | |
---|---|
1 | TEMPLATE = app |
2 | TARGET = hello |
3 | |
4 | CONFIG += qt warn_on release |
5 | DEPENDPATH = ../../include |
6 | |
7 | HEADERS = hello.h |
8 | SOURCES = hello.cpp \ |
9 | main.cpp |
Note:
See TracBrowser
for help on using the repository browser.