mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
37b8b541e8
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19494 a592a061-630c-0410-9148-cb99ea01b6c8
22 lines
452 B
Plaintext
22 lines
452 B
Plaintext
|
|
TEMPLATE = lib
|
|
|
|
CONFIG += debug_and_release
|
|
#CONFIG += create_prl
|
|
CONFIG += precompile_header
|
|
|
|
DEFINE += QT_NO_KEYWORDS
|
|
|
|
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]
|
|
|
|
PRECOMPILED_HEADER = $${BUILD_BASE_SOURCE_DIR}/src/pch.h
|
|
|
|
# for <config.h>
|
|
INCLUDEPATH += $${BUILD_BASE_TARGET_DIR}/src
|