* moved detection files to lib_gui * added ui to global header search and framework search ui in project wizzard and preferences * detecting the search paths will add them to the list if not added yet * only detected compilers are shown in the dropdown list
167 lines
5.5 KiB
CMake
167 lines
5.5 KiB
CMake
add_files(
|
|
LIB_GUI_FILES
|
|
|
|
platform_includes/deploy.h
|
|
platform_includes/includesLinux.h
|
|
platform_includes/includesMac.h
|
|
platform_includes/includesWindows.h
|
|
|
|
qt/element/QtAutocompletionList.cpp
|
|
qt/element/QtAutocompletionList.h
|
|
qt/element/QtCodeArea.cpp
|
|
qt/element/QtCodeArea.h
|
|
qt/element/QtCodeFile.cpp
|
|
qt/element/QtCodeFile.h
|
|
qt/element/QtCodeFileList.cpp
|
|
qt/element/QtCodeFileList.h
|
|
qt/element/QtCodeSnippet.cpp
|
|
qt/element/QtCodeSnippet.h
|
|
qt/element/QtDirectoryListBox.cpp
|
|
qt/element/QtDirectoryListBox.h
|
|
qt/element/QtLineEdit.cpp
|
|
qt/element/QtLineEdit.h
|
|
qt/element/QtLocationPicker.cpp
|
|
qt/element/QtLocationPicker.h
|
|
qt/element/QtRefreshBar.cpp
|
|
qt/element/QtRefreshBar.h
|
|
qt/element/QtSearchBar.cpp
|
|
qt/element/QtSearchBar.h
|
|
qt/element/QtSmartSearchBox.cpp
|
|
qt/element/QtSmartSearchBox.h
|
|
|
|
qt/element/QtStatusBar.cpp
|
|
qt/element/QtStatusBar.h
|
|
qt/element/QtUndoRedo.cpp
|
|
qt/element/QtUndoRedo.h
|
|
|
|
qt/graphics/QtAngledLineItem.cpp
|
|
qt/graphics/QtAngledLineItem.h
|
|
qt/graphics/QtCountCircleItem.cpp
|
|
qt/graphics/QtCountCircleItem.h
|
|
qt/graphics/QtGraphicsView.cpp
|
|
qt/graphics/QtGraphicsView.h
|
|
qt/graphics/QtRoundedRectItem.cpp
|
|
qt/graphics/QtRoundedRectItem.h
|
|
qt/graphics/QtStraightLineItem.cpp
|
|
qt/graphics/QtStraightLineItem.h
|
|
|
|
qt/network/QtIDECommunicationController.cpp
|
|
qt/network/QtIDECommunicationController.h
|
|
qt/network/QtNetworkFactory.cpp
|
|
qt/network/QtNetworkFactory.h
|
|
qt/network/QtTcpWrapper.cpp
|
|
qt/network/QtTcpWrapper.h
|
|
|
|
qt/utility/QtDeviceScaledPixmap.cpp
|
|
qt/utility/QtDeviceScaledPixmap.h
|
|
qt/utility/QtHighlighter.cpp
|
|
qt/utility/QtHighlighter.h
|
|
qt/utility/QtThreadedFunctor.h
|
|
qt/utility/utilityQt.cpp
|
|
qt/utility/utilityQt.h
|
|
|
|
qt/view/graphElements/nodeComponents/QtGraphNodeComponent.cpp
|
|
qt/view/graphElements/nodeComponents/QtGraphNodeComponent.h
|
|
qt/view/graphElements/nodeComponents/QtGraphNodeComponentClickable.cpp
|
|
qt/view/graphElements/nodeComponents/QtGraphNodeComponentClickable.h
|
|
qt/view/graphElements/nodeComponents/QtGraphNodeComponentMoveable.cpp
|
|
qt/view/graphElements/nodeComponents/QtGraphNodeComponentMoveable.h
|
|
|
|
qt/view/graphElements/QtGraphEdge.cpp
|
|
qt/view/graphElements/QtGraphEdge.h
|
|
qt/view/graphElements/QtGraphNode.cpp
|
|
qt/view/graphElements/QtGraphNode.h
|
|
qt/view/graphElements/QtGraphNodeAccess.cpp
|
|
qt/view/graphElements/QtGraphNodeAccess.h
|
|
qt/view/graphElements/QtGraphNodeBundle.cpp
|
|
qt/view/graphElements/QtGraphNodeBundle.h
|
|
qt/view/graphElements/QtGraphNodeData.cpp
|
|
qt/view/graphElements/QtGraphNodeData.h
|
|
qt/view/graphElements/QtGraphNodeExpandToggle.cpp
|
|
qt/view/graphElements/QtGraphNodeExpandToggle.h
|
|
|
|
qt/view/QtCodeView.cpp
|
|
qt/view/QtCodeView.h
|
|
qt/view/QtCompositeView.cpp
|
|
qt/view/QtCompositeView.h
|
|
qt/view/QtGraphView.cpp
|
|
qt/view/QtGraphView.h
|
|
qt/view/QtGraphViewStyleImpl.cpp
|
|
qt/view/QtGraphViewStyleImpl.h
|
|
qt/view/QtMainView.cpp
|
|
qt/view/QtMainView.h
|
|
qt/view/QtRefreshView.cpp
|
|
qt/view/QtRefreshView.h
|
|
qt/view/QtSearchView.cpp
|
|
qt/view/QtSearchView.h
|
|
qt/view/QtStatusBarView.cpp
|
|
qt/view/QtStatusBarView.h
|
|
qt/view/QtUndoRedoView.cpp
|
|
qt/view/QtUndoRedoView.h
|
|
qt/view/QtViewFactory.cpp
|
|
qt/view/QtViewFactory.h
|
|
qt/view/QtViewWidgetWrapper.cpp
|
|
qt/view/QtViewWidgetWrapper.h
|
|
|
|
qt/window/project_wizzard/QtProjectWizzard.cpp
|
|
qt/window/project_wizzard/QtProjectWizzard.h
|
|
qt/window/project_wizzard/QtProjectWizzardContent.cpp
|
|
qt/window/project_wizzard/QtProjectWizzardContent.h
|
|
qt/window/project_wizzard/QtProjectWizzardContentBuildFile.cpp
|
|
qt/window/project_wizzard/QtProjectWizzardContentBuildFile.h
|
|
qt/window/project_wizzard/QtProjectWizzardContentCDBSource.cpp
|
|
qt/window/project_wizzard/QtProjectWizzardContentCDBSource.h
|
|
qt/window/project_wizzard/QtProjectWizzardContentData.cpp
|
|
qt/window/project_wizzard/QtProjectWizzardContentData.h
|
|
qt/window/project_wizzard/QtProjectWizzardContentExtensions.cpp
|
|
qt/window/project_wizzard/QtProjectWizzardContentExtensions.h
|
|
qt/window/project_wizzard/QtProjectWizzardContentFlags.cpp
|
|
qt/window/project_wizzard/QtProjectWizzardContentFlags.h
|
|
qt/window/project_wizzard/QtProjectWizzardContentPaths.cpp
|
|
qt/window/project_wizzard/QtProjectWizzardContentPaths.h
|
|
qt/window/project_wizzard/QtProjectWizzardContentSelect.cpp
|
|
qt/window/project_wizzard/QtProjectWizzardContentSelect.h
|
|
qt/window/project_wizzard/QtProjectWizzardContentSimple.cpp
|
|
qt/window/project_wizzard/QtProjectWizzardContentSimple.h
|
|
qt/window/project_wizzard/QtProjectWizzardContentSourceList.cpp
|
|
qt/window/project_wizzard/QtProjectWizzardContentSourceList.h
|
|
qt/window/project_wizzard/QtProjectWizzardContentSummary.cpp
|
|
qt/window/project_wizzard/QtProjectWizzardContentSummary.h
|
|
qt/window/project_wizzard/QtProjectWizzardWindow.cpp
|
|
qt/window/project_wizzard/QtProjectWizzardWindow.h
|
|
|
|
qt/window/QtAbout.cpp
|
|
qt/window/QtAbout.h
|
|
qt/window/QtAboutLicense.cpp
|
|
qt/window/QtAboutLicense.h
|
|
qt/window/QtLicense.cpp
|
|
qt/window/QtLicense.h
|
|
qt/window/QtMainWindow.cpp
|
|
qt/window/QtMainWindow.h
|
|
qt/window/QtSplashScreen.cpp
|
|
qt/window/QtSplashScreen.h
|
|
qt/window/QtStartScreen.cpp
|
|
qt/window/QtStartScreen.h
|
|
qt/window/QtWindow.cpp
|
|
qt/window/QtWindow.h
|
|
qt/window/QtWindowStack.cpp
|
|
qt/window/QtWindowStack.h
|
|
|
|
qt/QtApplication.cpp
|
|
qt/QtApplication.h
|
|
qt/QtCoreApplication.cpp
|
|
qt/QtCoreApplication.h
|
|
|
|
utility/headerSearch/CompilerDetector.cpp
|
|
utility/headerSearch/CompilerDetector.h
|
|
utility/headerSearch/DetectorBase.cpp
|
|
utility/headerSearch/DetectorBase.h
|
|
utility/headerSearch/StandardHeaderDetection.cpp
|
|
utility/headerSearch/StandardHeaderDetection.h
|
|
utility/headerSearch/VisualStudioDetector.cpp
|
|
utility/headerSearch/VisualStudioDetector.h
|
|
|
|
utility/utilityApp.cpp
|
|
utility/utilityApp.h
|
|
)
|