This repository has been archived on 2020-12-30. You can view files and clone it, but cannot push or open issues or pull requests.
2015-12-31 18:52:24 +01:00
|
|
|
set(HEADERS abstractguidededitormodel.h
|
|
|
|
flowlayout.h
|
|
|
|
guidededitorelement.h
|
|
|
|
guidededitorelementview.h
|
|
|
|
guidededitorlayer.h
|
|
|
|
guidededitorview.h
|
2015-12-31 17:46:52 +01:00
|
|
|
mainwindow.h
|
|
|
|
)
|
|
|
|
|
2015-12-31 18:52:24 +01:00
|
|
|
set(SOURCES abstractguidededitormodel.cpp
|
|
|
|
flowlayout.cpp
|
|
|
|
guidededitorelement.cpp
|
|
|
|
guidededitorelementview.cpp
|
|
|
|
guidededitorlayer.cpp
|
|
|
|
guidededitorview.cpp
|
2015-12-31 17:46:52 +01:00
|
|
|
mainwindow.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
add_library(src ${HEADERS} ${SOURCES})
|
2015-12-31 18:52:24 +01:00
|
|
|
qt5_use_modules(src Widgets)
|