tests/auto/qscriptvalue/testgen/testgen.pro
changeset 18 2f34d5167611
equal deleted inserted replaced
3:41300fa6a67c 18:2f34d5167611
       
     1 QT += core script
       
     2 TARGET = testgen
       
     3 CONFIG += console
       
     4 CONFIG -= app_bundle
       
     5 TEMPLATE = app
       
     6 
       
     7 SOURCES += main.cpp \
       
     8     testgenerator.cpp
       
     9 HEADERS += testgenerator.h
       
    10 
       
    11 
       
    12 INPUT_DATASET = data.txt
       
    13 dataset.name = Generating QScraiptValue autotest's dataset
       
    14 dataset.output = autogenerated.cpp
       
    15 dataset.commands = python gen.py data.txt autogenerated.cpp
       
    16 dataset.input = INPUT_DATASET
       
    17 dataset.variable_out = SOURCES
       
    18 QMAKE_EXTRA_COMPILERS += dataset