summaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek2012-03-25 00:28:29 +0100
committerPetr Mrázek2012-03-25 00:28:29 +0100
commitee66731d6323177bd951dd49348f64d6267a0d5e (patch)
treeba273c74596c813766a5e1ccf0c039277964d798 /plugins/CMakeLists.txt
parent947adeac83cc491ee8e6b36db34fadf180de347a (diff)
downloaddfhack-ee66731d6323177bd951dd49348f64d6267a0d5e.tar.gz
dfhack-ee66731d6323177bd951dd49348f64d6267a0d5e.tar.bz2
dfhack-ee66731d6323177bd951dd49348f64d6267a0d5e.tar.xz
Remove Qt and server plugins.
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r--plugins/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index 5875ce87..4559c8c7 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -10,11 +10,6 @@ if(BUILD_DFUSION)
add_subdirectory (Dfusion)
endif()
-OPTION(BUILD_QTPLUG "Build the experimental Qt plugin." OFF)
-if(BUILD_QTPLUG)
- add_subdirectory (qtplug)
-endif()
-
OPTION(BUILD_STONESENSE "Build stonesense (needs a checkout first)." OFF)
if(BUILD_STONESENSE)
add_subdirectory (stonesense)
@@ -25,11 +20,6 @@ if(BUILD_DEV_PLUGINS)
add_subdirectory (devel)
endif()
-OPTION(BUILD_SERVER "Build server." OFF)
-if(BUILD_SERVER)
- add_subdirectory (server)
-endif()
-
OPTION(BUILD_DF2MC "Build DF2MC (needs a checkout first)." OFF)
if(BUILD_DF2MC)
add_subdirectory (df2mc)