diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-14 06:54:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-14 06:54:51 -0500 |
| commit | 4833e494d56b351e52423f2835a7a91ab8c284b6 (patch) | |
| tree | 49a9444ae24e25263ebee6ea601e4c5bb239447a /src/qt.conf | |
| parent | 579f94b5b6014ad4a97b23eb2a26ab69f007aa6a (diff) | |
| parent | 24991bf5fb1dcf4ccee1090285bec10b3a20bf81 (diff) | |
Merge pull request #1277 from Qudix/master
Changing the location of several directories
Diffstat (limited to 'src/qt.conf')
| -rw-r--r-- | src/qt.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/qt.conf b/src/qt.conf index f834a22a..5e070fa3 100644 --- a/src/qt.conf +++ b/src/qt.conf @@ -1,3 +1,7 @@ [Paths]
-Prefix=.
+Libraries=dlls
+LibraryExecutables=resources
Plugins=dlls
+Imports=dlls
+Qml2Imports=dlls
+Translations=resources/translations
\ No newline at end of file |
