Adding destination directory for wayland build

This commit is contained in:
Jørgen Lind 2011-03-22 12:49:23 +01:00
parent abb03aa734
commit 7b34bad810
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,5 @@
TEMPLATE = lib
TARGET = wayland-client
DESTDIR=$$PWD/../../../../lib/
CONFIG -= qt
CONFIG += shared

View File

@ -1,6 +1,5 @@
TEMPLATE = lib
TARGET = wayland-server
DESTDIR=$$PWD/../../../../lib/
CONFIG -= qt
CONFIG += shared

View File

@ -1,5 +1,12 @@
INCLUDEPATH += $$PWD
WAYLAND_INSTALL_DIR = $$(WAYLAND_INSTALL_DIR)
isEmpty(WAYLAND_INSTALL_DIR) {
DESTDIR=$$PWD/../../../lib/
} else {
DESTDIR=$$WAYLAND_INSTALL_DIR
}
use_pkgconfig {
CONFIG += link_pkgconfig
PKGCONFIG += libffi