From f55d8a73f1a524990319d24edb5942d2018854d7 Mon Sep 17 00:00:00 2001 From: malte_langkabel Date: Wed, 7 Sep 2016 15:39:46 +0200 Subject: [PATCH] build: added qt.conf on windows * added qt.conf file (for font render engine) that will be copied to the app dir in setup script --- setup/dynamic_libraries/windows/app/Debug/qt.conf | 2 ++ setup/dynamic_libraries/windows/app/Release/qt.conf | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 setup/dynamic_libraries/windows/app/Debug/qt.conf create mode 100644 setup/dynamic_libraries/windows/app/Release/qt.conf diff --git a/setup/dynamic_libraries/windows/app/Debug/qt.conf b/setup/dynamic_libraries/windows/app/Debug/qt.conf new file mode 100644 index 00000000..367a59ee --- /dev/null +++ b/setup/dynamic_libraries/windows/app/Debug/qt.conf @@ -0,0 +1,2 @@ +[Platforms] +WindowsArguments = fontengine=freetype diff --git a/setup/dynamic_libraries/windows/app/Release/qt.conf b/setup/dynamic_libraries/windows/app/Release/qt.conf new file mode 100644 index 00000000..367a59ee --- /dev/null +++ b/setup/dynamic_libraries/windows/app/Release/qt.conf @@ -0,0 +1,2 @@ +[Platforms] +WindowsArguments = fontengine=freetype