- Replaced CodeAccess with LocationAccess. - Implemented basic functionality for CodeController. - Added messaging to the project. - Added QtThreadedFunctor to enable our Messaging thread to invoke calls on the QtThread. - Added GraphController. fortune cookie message = Good news from someone dear is coming soon.
31 lines
558 B
CMake
31 lines
558 B
CMake
add_files(
|
|
APP_FILES
|
|
|
|
qt/element/QtMainWindow.cpp
|
|
qt/element/QtMainWindow.h
|
|
|
|
qt/utility/QtHighLighter.cpp
|
|
qt/utility/QtHighLighter.h
|
|
qt/utility/QtThreadedFunctor.h
|
|
qt/utility/utilityQt.cpp
|
|
qt/utility/utilityQt.h
|
|
|
|
qt/view/graphElements/QtGraphNode.cpp
|
|
qt/view/graphElements/QtGraphNode.h
|
|
|
|
qt/view/QtCodeView.cpp
|
|
qt/view/QtCodeView.h
|
|
qt/view/QtGraphView.cpp
|
|
qt/view/QtGraphView.h
|
|
qt/view/QtMainView.cpp
|
|
qt/view/QtMainView.h
|
|
|
|
qt/QtGuiFactory.cpp
|
|
qt/QtGuiFactory.h
|
|
qt/QtWidgetWrapper.cpp
|
|
qt/QtWidgetWrapper.h
|
|
|
|
includesWindows.h
|
|
main.cpp
|
|
)
|