mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
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
|