diff options
| author | Seth Riley <17361645+Qudix@users.noreply.github.com> | 2020-11-02 13:20:05 -0600 |
|---|---|---|
| committer | Seth Riley <17361645+Qudix@users.noreply.github.com> | 2020-11-02 13:20:05 -0600 |
| commit | f7d7661d58d9b0d158fd959978b29c9c1a3a8de7 (patch) | |
| tree | d8dd76c0df43b5aa8d15bea2965771afe0846052 /src/qt.conf | |
| parent | 88475677d29a275fd9d25f452f58d3d745720124 (diff) | |
Changing the location of several directories
Diffstat (limited to 'src/qt.conf')
| -rw-r--r-- | src/qt.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/qt.conf b/src/qt.conf index f834a22a..d5a3f6ac 100644 --- a/src/qt.conf +++ b/src/qt.conf @@ -1,3 +1,7 @@ [Paths]
-Prefix=.
-Plugins=dlls
+Prefix=dlls
+Libraries=.
+LibraryExecutables=.
+Plugins=QtPlugins
+Imports=QtImports
+Qml2Imports=QtImports
\ No newline at end of file |
