summaryrefslogtreecommitdiff
blob: 8dbe870f2e87f018b636189439109f6b7e2f351e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- sqlitebrowser-3.7.0/CMakeLists.txt
+++ sqlitebrowser-3.7.0/CMakeLists.txt
@@ -29,15 +29,9 @@
 find_package(Antlr2)
 
 set(QHEXEDIT_DIR libs/qhexedit)
-set(QCUSTOMPLOT_DIR libs/qcustomplot-source)
 set(QSCINTILLA_DIR libs/qscintilla/Qt4Qt5)
 
-if(NOT ANTLR2_FOUND)
-    set(ANTLR_DIR libs/antlr-2.7.7)
-    add_subdirectory(${ANTLR_DIR})
-endif()
 add_subdirectory(${QHEXEDIT_DIR})
-add_subdirectory(${QCUSTOMPLOT_DIR})
 add_subdirectory(${QSCINTILLA_DIR})
 
 if(USE_QT5)