summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2016-01-29 12:02:04 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2016-02-05 13:46:13 +0000
commitd9fb4e37573e55d85b1cfbb24c94d48d93350a54 (patch)
treed61be7734ca364421b9bfd8b0a9b117819b14eb7 /tests
parent9ada7aa0f5a41312c953ee3c34053edc4cf15df9 (diff)
Change staticMetaObject generation.
The full meta-object generation is replaced with the moc generator. This gives a fully functional meta-object without any overhead during object instantiation. Change-Id: Ibf62a6f1bfc0873cd00dd2e4bbad38c8d165005a Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/scion/scion.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/scion/scion.pro b/tests/auto/scion/scion.pro
index 6b4accf..408c94a 100644
--- a/tests/auto/scion/scion.pro
+++ b/tests/auto/scion/scion.pro
@@ -47,17 +47,6 @@ myscxml_hdr.depends = scxml/${QMAKE_FUNC_nameTheNamespace}_${QMAKE_FILE_IN_BASE}
myscxml_hdr.output = scxml/${QMAKE_FUNC_nameTheNamespace}_${QMAKE_FILE_IN_BASE}.h
QMAKE_EXTRA_COMPILERS += myscxml_hdr
-qtPrepareTool(QMAKE_MOC, moc)
-#scxml_moc_source.CONFIG = no_link
-scxml_moc_source.dependency_type = TYPE_C
-scxml_moc_source.commands = $$QMAKE_MOC ${QMAKE_FILE_IN} -o ${QMAKE_FILE_OUT}
-scxml_moc_source.output = scxml/$${QMAKE_H_MOD_MOC}${QMAKE_FILE_BASE}$${first(QMAKE_EXT_CPP)}
-scxml_moc_source.input = SCXML_HEADERS
-#scxml_moc_source.depends += $$WIN_INCLUDETEMP
-scxml_moc_source.variable_out = SOURCES
-silent:scxml_moc_source.commands = @echo moc ${QMAKE_FILE_IN} && $$scxml_moc_source.commands
-QMAKE_EXTRA_COMPILERS += scxml_moc_source
-
SCXMLS_DIR += $$absolute_path($$PWD/../../3rdparty/scion-tests/scxml-test-framework/test)
ALLSCXMLS = $$files($$SCXMLS_DIR/*.scxml, true)