mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
Install binary and header files to Qt installation dir
This commit is contained in:
22
limereport/limereport.prf
Normal file
22
limereport/limereport.prf
Normal file
@@ -0,0 +1,22 @@
|
||||
QT += xml sql script
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
QT += widgets printsupport
|
||||
}
|
||||
|
||||
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/LimeReport
|
||||
|
||||
CONFIG(debug, debug|release) {
|
||||
LIB_NAME = limereportd
|
||||
} else {
|
||||
LIB_NAME = limereport
|
||||
}
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
LIBS += -l$${LIB_NAME}
|
||||
} else {
|
||||
qtAddLibrary($${LIB_NAME})
|
||||
}
|
||||
|
||||
DEFINES += LIMEREPORT
|
||||
DEFINES -= NO_LIMEREPORT
|
||||
Reference in New Issue
Block a user