tests/auto/qscriptvalue/testgen/testgen.pro
author Craig Heath <craigh@symbian.org>
Wed, 16 Jun 2010 16:18:05 +0100
branchGCC_SURGE
changeset 26 8776df5ac359
parent 18 2f34d5167611
permissions -rw-r--r--
Bug 2955. Workaround for lack of atomic operations in GCCE standard libraries (fall back to default use of Mutex)

QT += core script
TARGET = testgen
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app

SOURCES += main.cpp \
    testgenerator.cpp
HEADERS += testgenerator.h


INPUT_DATASET = data.txt
dataset.name = Generating QScraiptValue autotest's dataset
dataset.output = autogenerated.cpp
dataset.commands = python gen.py data.txt autogenerated.cpp
dataset.input = INPUT_DATASET
dataset.variable_out = SOURCES
QMAKE_EXTRA_COMPILERS += dataset