source: trunk/src/tools/rcc/rcc.pro@ 296

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 
1TEMPLATE = app
2TARGET = rcc
3
4DESTDIR = ../../../bin
5DEFINES += QT_RCC
6INCLUDEPATH += .
7DEPENDPATH += .
8
9include(rcc.pri)
10HEADERS += ../../corelib/kernel/qcorecmdlineargs_p.h
11SOURCES += main.cpp
12include(../bootstrap/bootstrap.pri)
13
14target.path=$$[QT_INSTALL_BINS]
15INSTALLS += target
16include(../../qt_targets.pri)
Note: See TracBrowser for help on using the repository browser.