source:
trunk/src/tools/rcc/rcc.pro@
9
Last change on this file since 9 was 2, checked in by , 16 years ago | |
---|---|
File size: 312 bytes |
Line | |
---|---|
1 | TEMPLATE = app |
2 | TARGET = rcc |
3 | |
4 | DESTDIR = ../../../bin |
5 | DEFINES += QT_RCC |
6 | INCLUDEPATH += . |
7 | DEPENDPATH += . |
8 | |
9 | include(rcc.pri) |
10 | HEADERS += ../../corelib/kernel/qcorecmdlineargs_p.h |
11 | SOURCES += main.cpp |
12 | include(../bootstrap/bootstrap.pri) |
13 | |
14 | target.path=$$[QT_INSTALL_BINS] |
15 | INSTALLS += target |
16 | include(../../qt_targets.pri) |
Note:
See TracBrowser
for help on using the repository browser.