mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
2cee2b9416
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19402 a592a061-630c-0410-9148-cb99ea01b6c8
17 lines
339 B
Plaintext
17 lines
339 B
Plaintext
|
|
TEMPLATE = lib
|
|
|
|
CONFIG += debug_and_release
|
|
CONFIG += create_prl
|
|
|
|
DESTDIR = ../lib
|
|
|
|
CONFIG(release, debug|release) DEBUGSUFFIX =
|
|
CONFIG(debug, debug|release) DEBUGSUFFIX = d
|
|
|
|
BUILD_BASE_SOURCE_DIR = $$[BUILD_BASE_SOURCE_DIR]
|
|
BUILD_BASE_TARGET_DIR = $$[BUILD_BASE_TARGET_DIR]
|
|
|
|
# for <config.h>
|
|
INCLUDEPATH += $${BUILD_BASE_TARGET_DIR}/src
|