mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
aa82b4dd3e
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19399 a592a061-630c-0410-9148-cb99ea01b6c8
17 lines
363 B
Plaintext
17 lines
363 B
Plaintext
|
|
TEMPLATE = lib
|
|
|
|
CONFIG += debug_and_release
|
|
CONFIG += create_prl
|
|
|
|
DESTDIR = ../lib
|
|
|
|
BUILD_BASE_SOURCE_DIR = /suse/usr/src/lyx/trunk
|
|
BUILD_BASE_TARGET_DIR = /suse/usr/src/lyx/qmake
|
|
|
|
#message(BUILD_BASE_SOURCE_DIR: $${BUILD_BASE_SOURCE_DIR})
|
|
#message(BUILD_BASE_TARGET_DIR: $${BUILD_BASE_TARGET_DIR})
|
|
|
|
# for <config.h>
|
|
INCLUDEPATH += $${BUILD_BASE_TARGET_DIR}/src
|