blob: 79f8655cb46778d47f66708042033b05392ba4f9 [file] [log] [blame]
CONFIG += testcase
TARGET = tst_repcodegenerator
QT += testlib remoteobjects
QT -= gui
SOURCES += tst_repcodegenerator.cpp
REP_FILES += \
classwithsignalonlytest.rep \
preprocessortest.rep \
classwithreadonlypropertytest.rep
# Make sure we test both source + replica generated code
REPC_MERGED = $$REP_FILES
contains(QT_CONFIG, c++11): CONFIG += c++11