diff options
| author | Seth Riley <17361645+Qudix@users.noreply.github.com> | 2020-11-03 18:12:23 -0600 |
|---|---|---|
| committer | Seth Riley <17361645+Qudix@users.noreply.github.com> | 2020-11-03 18:12:23 -0600 |
| commit | 68750575d2f28c873b0d68391a7940e61c2ad2d4 (patch) | |
| tree | ecf12f7ca7c0ed9809830ba38dd0e8144d5fb3ed /src/qt.conf | |
| parent | 7cc76f7cea3445f4081477e91721a922d69fdb9b (diff) | |
Implement suggestions
Diffstat (limited to 'src/qt.conf')
| -rw-r--r-- | src/qt.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/qt.conf b/src/qt.conf index 6a9d56ae..2b659e87 100644 --- a/src/qt.conf +++ b/src/qt.conf @@ -1,8 +1,8 @@ [Paths]
-Prefix=dlls
-Libraries=.
-LibraryExecutables=.
-Plugins=QtPlugins
-Imports=QtImports
-Qml2Imports=QtImports
-Translations=translations
\ No newline at end of file +Prefix=.
+Libraries=dlls
+LibraryExecutables=dlls
+Plugins=dlls
+Imports=dlls
+Qml2Imports=dlls
+Translations=resources/translations
\ No newline at end of file |
