view tools/drcc/rcc.pro @ 57:7be693ea7070

drcc, resource compiler, see interview demo
author eldar
date Tue, 19 May 2009 02:49:08 +0000
parents
children 3aa118a9ae71
line wrap: on
line source

TEMPLATE = app
TARGET = drcc

DEFINES += QT_RCC
INCLUDEPATH += .
DEPENDPATH += .

CONFIG += qt
QT -= gui
QT += xml

HEADERS += qcorecmdlineargs_p.h rcc.h
SOURCES += main.cpp rcc.cpp

target.path=$$[QT_INSTALL_BINS]
INSTALLS += target