diff options
Diffstat (limited to 'src/ModOrganizer.pro')
| -rw-r--r-- | src/ModOrganizer.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ModOrganizer.pro b/src/ModOrganizer.pro index 9907d086..9b2d998b 100644 --- a/src/ModOrganizer.pro +++ b/src/ModOrganizer.pro @@ -1,6 +1,5 @@ TEMPLATE = subdirs
-
SUBDIRS = bsatk \
shared \
uibase \
@@ -13,9 +12,10 @@ SUBDIRS = bsatk \ nxmhandler \
BossDummy \
pythonRunner \
+ loot_cli \
esptk
-plugins.depends = pythonRunner
+plugins.depends = pythonRunner uibase
hookdll.depends = shared
organizer.depends = shared uibase plugins
@@ -30,7 +30,7 @@ DLLSPATH = $${DESTDIR}\\dlls otherlibs.path = $$DLLSPATH
otherlibs.files += $${STATICDATAPATH}\\7z.dll \
- $$(BOOSTPATH)\\stage\\lib\\boost_python-vc*-mt-1*.dll
+ $${BOOSTPATH}\\stage\\lib\\boost_python-vc*-mt-1*.dll
qtlibs.path = $$DLLSPATH
|
