diff options
| author | Tannin <devnull@localhost> | 2014-11-21 15:07:31 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-11-21 15:07:31 +0100 |
| commit | 45a46778fb9c7195cb09fbba4a2c502dca6bca13 (patch) | |
| tree | c304a6ffa3412fa66edab50fd293cc7fd13faaa9 /src/ModOrganizer.pro | |
| parent | cfb863f6c3ae7406028b9e167a3115250fefbca3 (diff) | |
| parent | f2f9e11fdd876821107cff0c1c5b9d8ecf66691f (diff) | |
Merge
Diffstat (limited to 'src/ModOrganizer.pro')
| -rw-r--r-- | src/ModOrganizer.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ModOrganizer.pro b/src/ModOrganizer.pro index 9907d086..a8f7f53e 100644 --- a/src/ModOrganizer.pro +++ b/src/ModOrganizer.pro @@ -1,6 +1,5 @@ TEMPLATE = subdirs
-
SUBDIRS = bsatk \
shared \
uibase \
@@ -13,9 +12,11 @@ SUBDIRS = bsatk \ nxmhandler \
BossDummy \
pythonRunner \
+ loot_cli \
esptk
-plugins.depends = pythonRunner
+pythonRunner.depends = uibase
+plugins.depends = pythonRunner uibase
hookdll.depends = shared
organizer.depends = shared uibase plugins
@@ -30,7 +31,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
|
