eql5/src/module_help.pro

50 lines
1.1 KiB
Prolog

QT += help printsupport uitools
TEMPLATE = lib
CONFIG += no_keywords release $$(SAILFISH)
CONFIG += plugin
INCLUDEPATH += ../src /usr/local/include
LIBS += -lecl -leql5 -L.. -L/usr/local/lib
TARGET = eql5_help
DESTDIR = ../
OBJECTS_DIR = ./tmp/help/
MOC_DIR = ./tmp/help/
VERSION = $$(EQL_VERSION)
unix {
target.path = $$[QT_INSTALL_LIBS]
}
osx {
target.path = /usr/local/lib
}
INSTALLS = target
win32 {
include(windows.pri)
}
sailfish {
# on Sailfish run this prior to run qmake:
# $ export SAILFISH=sailfish
QT -= printsupport uitools
CONFIG += shared_and_static build_all
DEFINES += OS_SAILFISH
message("*** Building for SailfishOS ***")
}
static {
DESTDIR = ./
OBJECTS_DIR = ./tmp/static/help/
MOC_DIR = ./tmp/static/help/
INSTALLS -= target
}
HEADERS += gen/help/_ini.h \
gen/help/_ini2.h \
gen/help/_q_classes.h \
gen/help/_n_classes.h \
gen/help/_q_methods.h \
gen/help/_n_methods.h
SOURCES += gen/help/_ini.cpp