From fc9a648dc03ec4531553bc3d65ae4dba3c5b5980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Mon, 6 Jun 2011 08:45:02 +0200 Subject: Make building of platform plugins indifferent if its out of source This requires some source files to be shipped with the Qt install They are now copied into QT_INSTALL_DATA/platform --- mkspecs/features/qpa/harfbuzz_dir.prf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mkspecs/features/qpa/harfbuzz_dir.prf (limited to 'mkspecs/features/qpa/harfbuzz_dir.prf') diff --git a/mkspecs/features/qpa/harfbuzz_dir.prf b/mkspecs/features/qpa/harfbuzz_dir.prf new file mode 100644 index 0000000000..b0a368f031 --- /dev/null +++ b/mkspecs/features/qpa/harfbuzz_dir.prf @@ -0,0 +1,9 @@ +load(qpa/platforms_dir) + +QT_HARFBUZZ_DIR = "" +isEmpty(QT_SOURCE_TREE) { + QT_HARFBUZZ_DIR = $$QT_PLATFORMS_DIR/fontdatabases/harfbuzz +} else { + QT_HARFBUZZ_DIR = $$QT_SOURCE_TREE/src/3rdparty/harfbuzz +} + -- cgit v1.2.3