diff --git a/Sources/Plasma/Apps/CMakeLists.txt b/Sources/Plasma/Apps/CMakeLists.txt index 6538735e80..6c0a17c922 100644 --- a/Sources/Plasma/Apps/CMakeLists.txt +++ b/Sources/Plasma/Apps/CMakeLists.txt @@ -22,5 +22,4 @@ endif() if(PLASMA_BUILD_TOOLS) add_subdirectory(SoundDecompress) - add_subdirectory(plPythonPack) endif() diff --git a/Sources/Tools/CMakeLists.txt b/Sources/Tools/CMakeLists.txt index 22c8f923e5..a7f1b070ae 100644 --- a/Sources/Tools/CMakeLists.txt +++ b/Sources/Tools/CMakeLists.txt @@ -10,6 +10,7 @@ if(PLASMA_BUILD_TOOLS) add_subdirectory(plFileSecure) add_subdirectory(plPageInfo) add_subdirectory(plPageOptimizer) + add_subdirectory(plPythonPack) if(Qt_FOUND) add_subdirectory(plLocalizationEditor) diff --git a/Sources/Plasma/Apps/plPythonPack/CMakeLists.txt b/Sources/Tools/plPythonPack/CMakeLists.txt similarity index 100% rename from Sources/Plasma/Apps/plPythonPack/CMakeLists.txt rename to Sources/Tools/plPythonPack/CMakeLists.txt diff --git a/Sources/Plasma/Apps/plPythonPack/PythonInterface.cpp b/Sources/Tools/plPythonPack/PythonInterface.cpp similarity index 100% rename from Sources/Plasma/Apps/plPythonPack/PythonInterface.cpp rename to Sources/Tools/plPythonPack/PythonInterface.cpp diff --git a/Sources/Plasma/Apps/plPythonPack/PythonInterface.h b/Sources/Tools/plPythonPack/PythonInterface.h similarity index 100% rename from Sources/Plasma/Apps/plPythonPack/PythonInterface.h rename to Sources/Tools/plPythonPack/PythonInterface.h diff --git a/Sources/Plasma/Apps/plPythonPack/main.cpp b/Sources/Tools/plPythonPack/main.cpp similarity index 100% rename from Sources/Plasma/Apps/plPythonPack/main.cpp rename to Sources/Tools/plPythonPack/main.cpp