qtservice: provide pkgconfig .pc file

This commit is contained in:
Mark Brand 2018-03-05 23:12:31 +01:00 committed by Tony Theodore
parent d40bafda7a
commit 9e9ad63304
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ define $(PKG)_BUILD
cd '$(1)/qtservice/buildlib' && '$(PREFIX)/$(TARGET)/qt5/bin/qmake' \
'-after' \
'CONFIG -= dll debug_and_release build_all' \
'CONFIG += create_prl' \
'CONFIG += create_prl create_pc' \
'QMAKE_PKGCONFIG_DESTDIR = pkgconfig' \
'DESTDIR =' \
'DLLDESTDIR =' \
'headers.path = $$$$[QT_INSTALL_HEADERS]' \