mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
parent
2cbcab16ba
commit
ba24e57913
|
@ -74,7 +74,7 @@ set(QSINGLEAPP_SOURCE_FILES
|
|||
|
||||
qt_add_executable(${GOLDENDICT} MANUAL_FINALIZATION)
|
||||
|
||||
target_sources(${GOLDENDICT} PUBLIC
|
||||
target_sources(${GOLDENDICT} PRIVATE
|
||||
icons/flags.qrc
|
||||
resources.qrc
|
||||
src/scripts/scripts.qrc
|
||||
|
@ -101,7 +101,7 @@ target_link_libraries(${GOLDENDICT} PRIVATE
|
|||
)
|
||||
|
||||
|
||||
target_include_directories(${GOLDENDICT} PUBLIC
|
||||
target_include_directories(${GOLDENDICT} PRIVATE
|
||||
${PROJECT_SOURCE_DIR}/thirdparty/qtsingleapplication/src
|
||||
${PROJECT_SOURCE_DIR}/src/
|
||||
${PROJECT_SOURCE_DIR}/src/common
|
||||
|
|
|
@ -67,7 +67,7 @@ if (WITH_XAPIAN)
|
|||
endif ()
|
||||
|
||||
if (WITH_EPWING_SUPPORT)
|
||||
add_subdirectory(thirdparty/eb)
|
||||
add_subdirectory(thirdparty/eb EXCLUDE_FROM_ALL)
|
||||
target_link_libraries(${GOLDENDICT} PRIVATE eb)
|
||||
endif ()
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ foreach (A_DLL_FILE ${DLL_FILES})
|
|||
endforeach ()
|
||||
|
||||
if (WITH_EPWING_SUPPORT)
|
||||
add_subdirectory(thirdparty/eb)
|
||||
add_subdirectory(thirdparty/eb EXCLUDE_FROM_ALL)
|
||||
target_include_directories(${GOLDENDICT} PRIVATE
|
||||
thirdparty
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue