diff options
| author | Petr Mrázek | 2012-03-25 00:28:29 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-03-25 00:28:29 +0100 |
| commit | ee66731d6323177bd951dd49348f64d6267a0d5e (patch) | |
| tree | ba273c74596c813766a5e1ccf0c039277964d798 /plugins/CMakeLists.txt | |
| parent | 947adeac83cc491ee8e6b36db34fadf180de347a (diff) | |
| download | dfhack-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.txt | 10 |
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) |
