aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-04-21 13:07:13 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-04-21 13:07:13 +0200
commit6e3df2aec5bf65f5788ad9e063f4a7335a6b76d1 (patch)
treec0e9488f797b7ecc42634b87770dec72e1ed9d4f /CMakeLists.txt
parentUpdate CommandLine help (diff)
downloadsmolbote-6e3df2aec5bf65f5788ad9e063f4a7335a6b76d1.tar.xz
Comment out ProfileEditor
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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)