diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2019-01-27 08:40:08 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2019-01-27 08:40:08 +0000 |
commit | 3e4a129401ab4096e877167d3e0e288a6a6f6692 (patch) | |
tree | 6810b1d06143a5fb8a5c1aae6bc2d9ee9c367aea /x11-toolkits/qwt6 | |
parent | 8cdc2366a074c618dd46712357d5cd151e0c8f88 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/qwt6')
-rw-r--r-- | x11-toolkits/qwt6/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qwt6/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qwt6/Makefile b/x11-toolkits/qwt6/Makefile index 8fbb3148d98b..1950741def3c 100644 --- a/x11-toolkits/qwt6/Makefile +++ b/x11-toolkits/qwt6/Makefile @@ -31,6 +31,7 @@ USE_QT= corelib designer gui opengl svg xml moc_build rcc_build script .else USES+= compiler:c++11-lang qt:5 USE_QT= buildtools_build widgets gui core designer gui opengl svg xml printsupport concurrent +PLIST_FILES= ${PREFIX}/${QT_PLUGINDIR_REL}/designer/libqwt6_designer_plugin.so .endif OPTIONS_DEFINE= DOCS diff --git a/x11-toolkits/qwt6/pkg-plist b/x11-toolkits/qwt6/pkg-plist index 45f419aedae9..8be38109e3b0 100644 --- a/x11-toolkits/qwt6/pkg-plist +++ b/x11-toolkits/qwt6/pkg-plist @@ -109,4 +109,3 @@ %%QT_MKSPECDIR%%/features/qwtconfig.pri %%QT_MKSPECDIR%%/features/qwtfunctions.pri %%QT_MKSPECDIR%%/features/qwtmathml.prf -%%QT_PLUGINDIR%%/designer/libqwt6_designer_plugin.so |