2011-06-09 15:50:48 +02:00
|
|
|
INCLUDEPATH += $$PWD/
|
|
|
|
|
|
|
|
HEADERS += $$PWD/addimportcontainer.h
|
2016-09-29 15:30:29 +02:00
|
|
|
HEADERS += $$PWD/mockuptypecontainer.h
|
2014-07-31 16:45:21 +02:00
|
|
|
HEADERS += $$PWD/sharedmemory.h
|
2011-06-09 15:50:48 +02:00
|
|
|
HEADERS += $$PWD/imagecontainer.h
|
|
|
|
HEADERS += $$PWD/idcontainer.h
|
|
|
|
HEADERS += $$PWD/informationcontainer.h
|
|
|
|
HEADERS += $$PWD/instancecontainer.h
|
|
|
|
HEADERS += $$PWD/reparentcontainer.h
|
2014-07-31 16:45:21 +02:00
|
|
|
HEADERS += $$PWD/propertyabstractcontainer.h
|
|
|
|
HEADERS += $$PWD/propertybindingcontainer.h
|
|
|
|
HEADERS += $$PWD/propertyvaluecontainer.h
|
2011-06-09 15:50:48 +02:00
|
|
|
|
2014-07-31 16:45:21 +02:00
|
|
|
SOURCES += $$PWD/addimportcontainer.cpp
|
2016-09-29 15:30:29 +02:00
|
|
|
SOURCES += $$PWD/mockuptypecontainer.cpp
|
2014-07-31 16:45:21 +02:00
|
|
|
unix:SOURCES += $$PWD/sharedmemory_unix.cpp
|
|
|
|
!unix:SOURCES += $$PWD/sharedmemory_qt.cpp
|
|
|
|
SOURCES += $$PWD/imagecontainer.cpp
|
|
|
|
SOURCES += $$PWD/idcontainer.cpp
|
|
|
|
SOURCES += $$PWD/informationcontainer.cpp
|
|
|
|
SOURCES += $$PWD/instancecontainer.cpp
|
|
|
|
SOURCES += $$PWD/reparentcontainer.cpp
|
|
|
|
SOURCES += $$PWD/propertyabstractcontainer.cpp
|
|
|
|
SOURCES += $$PWD/propertybindingcontainer.cpp
|
|
|
|
SOURCES += $$PWD/propertyvaluecontainer.cpp
|