diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 52a1fd492..ce9a29032 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -271,11 +271,6 @@ if (MSVC) | |||
| 271 | endif() | 271 | endif() |
| 272 | 272 | ||
| 273 | # process subdirectories | 273 | # process subdirectories |
| 274 | if(ENABLE_QT) | ||
| 275 | include_directories(externals/qhexedit) | ||
| 276 | add_subdirectory(externals/qhexedit) | ||
| 277 | endif() | ||
| 278 | |||
| 279 | add_subdirectory(externals/soundtouch) | 274 | add_subdirectory(externals/soundtouch) |
| 280 | 275 | ||
| 281 | enable_testing() | 276 | enable_testing() |