Last change
on this file since 296 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
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.