view tools/drcc/rcc.pro @ 371:12f60887ed15

add elasticnodes example and necessary changes to the library.
author Eldar Insafutdinov
date Wed, 07 Jul 2010 22:54:12 +0100
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