summaryrefslogtreecommitdiff
path: root/src/ModOrganizer.pro
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-09-08 20:37:23 +0200
committerTannin <devnull@localhost>2014-09-08 20:37:23 +0200
commit482f13a50b921e61d34d09f72a7fb4216efe742b (patch)
tree780120e8b7691645fe6d4a0394843032df279548 /src/ModOrganizer.pro
parentcc42e76f54a37a0af9704f3966fdb48625686c24 (diff)
- re-enabled building of loot_cli and started developing against the new api
- extended set of default categories - more tolerand bbcode parser - added a few colors for the bbcode parser - more fixes to qt5 compatibility - started work on ability to unloading (and thus re-loading) of plugins - names of plugins are no longer localizable (because those names are also used to store settings) - added settings to disable individual diagnosis settings - path of dependencies is now configured in a .pri file instead of environment variablees - bugfix: if the modid-input is canceled, the id was saved as -1 and wasn't re-requested from the user - bugfix: moving files with the SHFileOperation-Api didn't update the vfs correctly (still not perfect but better) - bugfix: attempt to remove the deleter-file seems to have caused error messages for some users - bugfix: fixed a couple of cases that might have caused the tutorial to hang
Diffstat (limited to 'src/ModOrganizer.pro')
-rw-r--r--src/ModOrganizer.pro6
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