mirror of
https://github.com/zealdocs/zeal.git
synced 2024-12-02 09:44:14 +03:00
qmake: Enforce relink
This commit is contained in:
parent
144ecddc74
commit
4aa20b048f
@ -33,6 +33,7 @@ LIBS += -lCore -lUi -lRegistry -lUtil
|
||||
for(lib_dir, $$list($$files($$SRC_ROOT/src/libs/*))) {
|
||||
!equals(lib_dir, $$SRC_ROOT/src/libs/libs.pro) {
|
||||
include($$lib_dir/$$basename(lib_dir).pri)
|
||||
PRE_TARGETDEPS += $$BUILD_ROOT/.lib/$$ZEAL_LIB_NAME.a
|
||||
# LIBS += -l$$ZEAL_LIB_NAME
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user