Skip to content

Commit

Permalink
Move plPythonPack to Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Oct 4, 2023
1 parent 59d53a0 commit b1e6f60
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Plasma/Apps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ endif()

if(PLASMA_BUILD_TOOLS)
add_subdirectory(SoundDecompress)
add_subdirectory(plPythonPack)
endif()
1 change: 1 addition & 0 deletions Sources/Tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b1e6f60

Please sign in to comment.