summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/install_rules/fontengine_files/fontengine_files.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/install_rules/fontengine_files/fontengine_files.pro')
-rw-r--r--src/plugins/platforms/install_rules/fontengine_files/fontengine_files.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/plugins/platforms/install_rules/fontengine_files/fontengine_files.pro b/src/plugins/platforms/install_rules/fontengine_files/fontengine_files.pro
new file mode 100644
index 0000000000..2cd27da623
--- /dev/null
+++ b/src/plugins/platforms/install_rules/fontengine_files/fontengine_files.pro
@@ -0,0 +1,9 @@
+TEMPLATE = subdirs
+
+FILES += \
+ $$QT_SOURCE_TREE/src/gui/text/qfontengine_ft_p.h \
+ $$QT_SOURCE_TREE/src/gui/text/qfontengine_ft.cpp
+
+sources.files = $$FILES
+sources.path = $$[QT_INSTALL_DATA]/platforms/fontdatabases/fontengines
+INSTALLS = sources