diff options
| author | Kloen <kloen@outlawkiwi.com> | 2017-01-22 18:46:48 +0100 |
|---|---|---|
| committer | Kloen <kloen@outlawkiwi.com> | 2017-01-22 18:46:48 +0100 |
| commit | abc5c134a3285aa0fbc653e9a4b9d4a9ea111e50 (patch) | |
| tree | 18cc6dce3434ecf7e363a52590bd9484394898b0 /CMakeLists.txt | |
| parent | 380c165339f9c7783cd2b2fe7916692cfb5c2b3f (diff) | |
Removed unused and outdated external qhexedit
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) endif() # process subdirectories -if(ENABLE_QT) - include_directories(externals/qhexedit) - add_subdirectory(externals/qhexedit) -endif() - add_subdirectory(externals/soundtouch) enable_testing() |
