diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-21 13:07:13 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-21 13:07:13 +0200 |
commit | 6e3df2aec5bf65f5788ad9e063f4a7335a6b76d1 (patch) | |
tree | c0e9488f797b7ecc42634b87770dec72e1ed9d4f | |
parent | Update CommandLine help (diff) | |
download | smolbote-6e3df2aec5bf65f5788ad9e063f4a7335a6b76d1.tar.xz |
Comment out ProfileEditor
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 74eb20f..66c7ccf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,7 @@ add_subdirectory(lib/bookmarks) add_subdirectory(lib/downloads) add_subdirectory(lib/configuration) -add_subdirectory(plugins/ProfileEditor) +#add_subdirectory(plugins/ProfileEditor) # browser source code add_subdirectory(src) |