summarylogtreecommitdiffstats
path: root/Qt5Gui_QPbfPlugin.cmake
diff options
context:
space:
mode:
authorNikolay Korotkiy2018-12-08 20:13:12 +0300
committerNikolay Korotkiy2018-12-08 20:13:12 +0300
commitc0a2ac83ece4e1040330cceb4f41ef2279b3c619 (patch)
tree821abe8afb9627282990c4b802ea6e316609fda8 /Qt5Gui_QPbfPlugin.cmake
downloadaur-c0a2ac83ece4e1040330cceb4f41ef2279b3c619.tar.gz
Initial import
Diffstat (limited to 'Qt5Gui_QPbfPlugin.cmake')
-rw-r--r--Qt5Gui_QPbfPlugin.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Qt5Gui_QPbfPlugin.cmake b/Qt5Gui_QPbfPlugin.cmake
new file mode 100644
index 000000000000..1997a156b745
--- /dev/null
+++ b/Qt5Gui_QPbfPlugin.cmake
@@ -0,0 +1,6 @@
+
+add_library(Qt5::QPbfPlugin MODULE IMPORTED)
+
+_populate_Gui_plugin_properties(QPbfPlugin RELEASE "imageformats/libpbf.so")
+
+list(APPEND Qt5Gui_PLUGINS Qt5::QPbfPlugin)