File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -274,8 +274,7 @@ ENABLE_PREPROCESSING = YES
274
274
MACRO_EXPANSION = YES
275
275
EXPAND_ONLY_PREDEF = YES
276
276
SEARCH_INCLUDES = YES
277
- INCLUDE_PATH = qtools \
278
- libmd5 \
277
+ INCLUDE_PATH = libmd5 \
279
278
liblodepng \
280
279
libmscgen
281
280
INCLUDE_FILE_PATTERNS =
@@ -285,7 +284,7 @@ SKIP_FUNCTION_MACROS = YES
285
284
#---------------------------------------------------------------------------
286
285
# Configuration options related to external references
287
286
#---------------------------------------------------------------------------
288
- TAGFILES = qtools_docs/qtools.tag=../../qtools_docs/html
287
+ TAGFILES =
289
288
GENERATE_TAGFILE = doxygen.tag
290
289
ALLEXTERNALS = NO
291
290
EXTERNAL_GROUPS = YES
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ endif()
31
31
include_directories (
32
32
.
33
33
${PROJECT_SOURCE_DIR} /libversion
34
- ${PROJECT_SOURCE_DIR} /qtools
35
34
${GENERATED_SRC}
36
35
)
37
36
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ set_source_files_properties(${GENERATED_SRC}/VhdlParser_adj.cc PROPERTIES GENERA
38
38
39
39
include_directories (
40
40
${PROJECT_SOURCE_DIR} /src
41
- #${PROJECT_SOURCE_DIR}/qtools
42
41
${PROJECT_SOURCE_DIR} /vhdlparser
43
42
${GENERATED_SRC} )
44
43
add_library (vhdlparser STATIC
You can’t perform that action at this time.
0 commit comments