mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-09 05:57:15 +03:00
Install binary and header files to Qt installation dir
This commit is contained in:
@@ -37,7 +37,6 @@ contains(CONFIG, staticlib){
|
||||
}
|
||||
|
||||
EXTRA_FILES += \
|
||||
$$PWD/lrglobal.cpp \
|
||||
$$PWD/lrglobal.h \
|
||||
$$PWD/lrdatasourcemanagerintf.h \
|
||||
$$PWD/lrreportengine.h \
|
||||
@@ -92,6 +91,20 @@ contains(CONFIG,zint){
|
||||
|
||||
}
|
||||
|
||||
|
||||
#### Install mkspecs, headers and libs to QT_INSTALL_DIR
|
||||
|
||||
headerFiles.path = $$[QT_INSTALL_HEADERS]/LimeReport/
|
||||
headerFiles.files = $${DEST_INCLUDE_DIR}/*
|
||||
INSTALLS += headerFiles
|
||||
|
||||
mkspecs.path = $$[QT_INSTALL_DATA]/mkspecs/features
|
||||
mkspecs.files = limereport.prf
|
||||
INSTALLS += mkspecs
|
||||
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
INSTALLS += target
|
||||
|
||||
#######
|
||||
####Automatically build required translation files (*.qm)
|
||||
|
||||
|
Reference in New Issue
Block a user