view tools/drcc/rcc.pro @ 348:29ea6511681f

more attribute prototyping
author maxter <spambox@d-coding.com>
date Sat, 15 May 2010 00:29:47 +0300
parents 0a0a0b63e473
children
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