diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-13 11:57:26 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-13 14:05:27 +0200 |
commit | 3599a5aa4b2f201a6b227f082ad1406a235c0da2 (patch) | |
tree | 22614f9bf76b6b52a21d5341e760eb07c503550f /bin/qt.conf | |
parent | cbd441a670a4447d607d276dc604fae8a5928e3d (diff) |
main: fix accessing build box's hardcoded drive
Diffstat (limited to 'bin/qt.conf')
-rw-r--r-- | bin/qt.conf | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/bin/qt.conf b/bin/qt.conf index 89808c16..38487b7a 100644 --- a/bin/qt.conf +++ b/bin/qt.conf @@ -1,2 +1,9 @@ -[Platforms]
-WindowsArguments = dpiawareness=0
\ No newline at end of file +[Platforms] +WindowsArguments = dpiawareness=0 +[Paths] +Libraries = . +LibraryExecutables = . +Binaries = . +Plugins = . +Imports = . +Translations = . |