Loading CMakeLists.txt +3 −3 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ add_subdirectory(plugins) add_subdirectory(tests) add_subdirectory(data) option(BUILD_CLIENT "Build the Qt desktop editor client" OFF) if(BUILD_CLIENT) add_subdirectory(client) option(BUILD_EDITOR "Build the Qt desktop editor" OFF) if(BUILD_EDITOR) add_subdirectory(editor) endif() client/CMakeLists.txt→editor/CMakeLists.txt +0 −0 File moved. View file client/authimageprovider.cpp→editor/authimageprovider.cpp +0 −0 File moved. View file client/authimageprovider.h→editor/authimageprovider.h +0 −0 File moved. View file client/documentmanager.cpp→editor/documentmanager.cpp +0 −0 File moved. View file Loading
CMakeLists.txt +3 −3 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ add_subdirectory(plugins) add_subdirectory(tests) add_subdirectory(data) option(BUILD_CLIENT "Build the Qt desktop editor client" OFF) if(BUILD_CLIENT) add_subdirectory(client) option(BUILD_EDITOR "Build the Qt desktop editor" OFF) if(BUILD_EDITOR) add_subdirectory(editor) endif()