mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 16:40:51 +08:00
1c068d42f7
This is an attempt to provide a better structure to the project. All modules are now individual subprojects called libraries. QxtGlobalShortcut was moved to the Ui library, and resources are part of the application (app) subproject.
9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
include($$ZEAL_COMMON_PRI)
|
|
include($$replace(_PRO_FILE_PWD_, ([^/]+$), \\1/\\1.pri))
|
|
|
|
TEMPLATE = lib
|
|
CONFIG += staticlib
|
|
|
|
DESTDIR = $$BUILD_ROOT/.lib
|
|
TARGET = $$ZEAL_LIB_NAME
|