source:
trunk/src/tools/idc/idc.pro@
168
Last change on this file since 168 was 2, checked in by , 16 years ago | |
---|---|
File size: 261 bytes |
Line | |
---|---|
1 | TEMPLATE = app |
2 | CONFIG += console |
3 | CONFIG -= app_bundle |
4 | build_all:!build_pass { |
5 | CONFIG -= build_all |
6 | CONFIG += release |
7 | } |
8 | |
9 | DESTDIR = ../../../bin |
10 | |
11 | SOURCES = main.cpp |
12 | |
13 | target.path=$$[QT_INSTALL_BINS] |
14 | INSTALLS += target |
Note:
See TracBrowser
for help on using the repository browser.