From abc5c134a3285aa0fbc653e9a4b9d4a9ea111e50 Mon Sep 17 00:00:00 2001 From: Kloen Date: Sun, 22 Jan 2017 18:46:48 +0100 Subject: Removed unused and outdated external qhexedit --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'CMakeLists.txt') 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() -- cgit v1.2.3