D26956: Remove export header from static install
Mason McParlane
noreply at phabricator.kde.org
Tue Jan 28 00:22:59 GMT 2020
masonm created this revision.
masonm added a reviewer: VDG.
masonm added a project: Kirigami.
Herald added a subscriber: plasma-devel.
masonm requested review of this revision.
REVISION SUMMARY
When building the "install" target with a static Kirigami build an error occurs due to the missing file kirigami2_export.h.
TEST PLAN
Download Kirigami sources, create build directory, create install directory, and then something similar to:
INSTALL_DIR=$HOME/tmp-install
QT_INSTALL_DIR=$HOME/qt-5.12.6
ECM_DIR=$HOME/tmp-install # Assume ECM was also "make installed" into this dir
KIRIGAMI_SRC=$HOME/kirigami
cmake -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DCMAKE_PREFIX_PATH=$QT_INSTALL_DIR;$ECM_DIR $KIRIGAMI_SRC
cmake --build . --target install
Before the patch this will fail because of missing kirigami2_export.h file.
REPOSITORY
R169 Kirigami
REVISION DETAIL
https://phabricator.kde.org/D26956
AFFECTED FILES
src/libkirigami/CMakeLists.txt
To: masonm, #vdg
Cc: plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, ngraham, apol, ahiemstra, davidedmundson, mart, hein
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20200128/5e272786/attachment-0001.html>
More information about the Plasma-devel
mailing list