view tools/drcc/rcc.pro @ 410:bb0c0bbca312

Added wrappers for the QFontMetrics methods taking tabstop arrays. Also removed some stray code template instantiations.
author David Nadlinger <code@klickverbot.at>
date Sun, 20 Mar 2011 20:43:06 +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