qwt-cmake/textengines/textengines.pri
2018-08-02 11:01:31 -04:00

44 lines
1 KiB
Text

################################################################
# Qwt Widget Library
# Copyright (C) 1997 Josef Wilgen
# Copyright (C) 2002 Uwe Rathmann
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the Qwt License, Version 1.0
################################################################
QWT_ROOT = $${PWD}/..
include( $${QWT_ROOT}/qwtconfig.pri )
include( $${QWT_ROOT}/qwtbuild.pri )
include( $${QWT_ROOT}/qwtfunctions.pri )
QWT_OUT_ROOT = $${OUT_PWD}/../..
TEMPLATE = lib
DESTDIR = $${QWT_OUT_ROOT}/lib
INCLUDEPATH += $${QWT_ROOT}/src
DEPENDPATH += $${QWT_ROOT}/src
contains(QWT_CONFIG, QwtDll) {
CONFIG += dll
win32|symbian: DEFINES += QT_DLL QWT_DLL QWT_MAKEDLL
}
else {
CONFIG += staticlib
}
contains(QWT_CONFIG, QwtFramework) {
CONFIG += lib_bundle
}
qwtAddLibrary($${QWT_OUT_ROOT}/lib, qwt)
# Install directives
target.path = $${QWT_INSTALL_LIBS}
doc.path = $${QWT_INSTALL_DOCS}
INSTALLS = target