2020-11-11 14:04:37 +01:00
|
|
|
INCLUDEPATH += $$PWD $$PWD/../interfaces
|
2011-06-09 15:50:48 +02:00
|
|
|
|
2020-07-27 18:14:33 +02:00
|
|
|
HEADERS += $$PWD/synchronizecommand.h \ \
|
|
|
|
|
$$PWD/captureddatacommand.h \
|
|
|
|
|
$$PWD/changepreviewimagesizecommand.h \
|
|
|
|
|
$$PWD/changelanguagecommand.h \
|
|
|
|
|
$$PWD//debugoutputcommand.h \
|
|
|
|
|
$$PWD/endpuppetcommand.h \
|
2020-09-03 13:48:13 +02:00
|
|
|
$$PWD/scenecreatedcommand.h \
|
2020-07-27 18:14:33 +02:00
|
|
|
$$PWD/tokencommand.h \
|
|
|
|
|
$$PWD/componentcompletedcommand.h \
|
|
|
|
|
$$PWD/completecomponentcommand.h \
|
|
|
|
|
$$PWD/statepreviewimagechangedcommand.h \
|
|
|
|
|
$$PWD/childrenchangedcommand.h \
|
|
|
|
|
$$PWD/changebindingscommand.h \
|
|
|
|
|
$$PWD/changefileurlcommand.h \
|
|
|
|
|
$$PWD/changeidscommand.h \
|
|
|
|
|
$$PWD/changenodesourcecommand.h \
|
|
|
|
|
$$PWD/changestatecommand.h \
|
|
|
|
|
$$PWD/changevaluescommand.h \
|
|
|
|
|
$$PWD/createscenecommand.h \
|
|
|
|
|
$$PWD/clearscenecommand.h \
|
|
|
|
|
$$PWD/createinstancescommand.h \
|
|
|
|
|
$$PWD/informationchangedcommand.h \
|
|
|
|
|
$$PWD/pixmapchangedcommand.h \
|
|
|
|
|
$$PWD/removeinstancescommand.h \
|
|
|
|
|
$$PWD/removepropertiescommand.h \
|
|
|
|
|
$$PWD/reparentinstancescommand.h \
|
|
|
|
|
$$PWD/valueschangedcommand.h \
|
|
|
|
|
$$PWD/changeauxiliarycommand.h \
|
|
|
|
|
$$PWD/removesharedmemorycommand.h \
|
|
|
|
|
$$PWD/puppetalivecommand.h \
|
|
|
|
|
$$PWD/changeselectioncommand.h \
|
|
|
|
|
$$PWD/update3dviewstatecommand.h \
|
|
|
|
|
$$PWD/puppettocreatorcommand.h \
|
|
|
|
|
$$PWD/inputeventcommand.h \
|
2020-09-10 16:02:31 +03:00
|
|
|
$$PWD/view3dactioncommand.h \
|
|
|
|
|
$$PWD/requestmodelnodepreviewimagecommand.h
|
2011-06-09 15:50:48 +02:00
|
|
|
|
2020-07-27 18:14:33 +02:00
|
|
|
SOURCES += $$PWD/synchronizecommand.cpp \
|
|
|
|
|
$$PWD/changepreviewimagesizecommand.cpp \
|
|
|
|
|
$$PWD/changelanguagecommand.cpp \
|
|
|
|
|
$$PWD/debugoutputcommand.cpp \
|
|
|
|
|
$$PWD/endpuppetcommand.cpp \
|
|
|
|
|
$$PWD/tokencommand.cpp \
|
|
|
|
|
$$PWD/componentcompletedcommand.cpp \
|
|
|
|
|
$$PWD/completecomponentcommand.cpp \
|
|
|
|
|
$$PWD/statepreviewimagechangedcommand.cpp \
|
|
|
|
|
$$PWD/childrenchangedcommand.cpp \
|
|
|
|
|
$$PWD/changebindingscommand.cpp \
|
|
|
|
|
$$PWD/changefileurlcommand.cpp \
|
|
|
|
|
$$PWD/changeidscommand.cpp \
|
|
|
|
|
$$PWD/changenodesourcecommand.cpp \
|
|
|
|
|
$$PWD/changestatecommand.cpp \
|
|
|
|
|
$$PWD/changevaluescommand.cpp \
|
|
|
|
|
$$PWD/informationchangedcommand.cpp \
|
|
|
|
|
$$PWD/removeinstancescommand.cpp \
|
|
|
|
|
$$PWD/removepropertiescommand.cpp \
|
|
|
|
|
$$PWD/reparentinstancescommand.cpp \
|
|
|
|
|
$$PWD/valueschangedcommand.cpp \
|
|
|
|
|
$$PWD/clearscenecommand.cpp \
|
|
|
|
|
$$PWD/createinstancescommand.cpp \
|
|
|
|
|
$$PWD/createscenecommand.cpp \
|
|
|
|
|
$$PWD/pixmapchangedcommand.cpp \
|
|
|
|
|
$$PWD/changeauxiliarycommand.cpp \
|
|
|
|
|
$$PWD/removesharedmemorycommand.cpp \
|
|
|
|
|
$$PWD/puppetalivecommand.cpp \
|
|
|
|
|
$$PWD/changeselectioncommand.cpp \
|
|
|
|
|
$$PWD/update3dviewstatecommand.cpp \
|
|
|
|
|
$$PWD/puppettocreatorcommand.cpp \
|
|
|
|
|
$$PWD/inputeventcommand.cpp \
|
2020-09-10 16:02:31 +03:00
|
|
|
$$PWD/view3dactioncommand.cpp \
|
|
|
|
|
$$PWD/requestmodelnodepreviewimagecommand.cpp
|