diff options
| author | Tannin <devnull@localhost> | 2014-04-05 20:54:08 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-04-05 20:54:08 +0200 |
| commit | 739c3424e7c058f972a2648f2231e6a10c59662d (patch) | |
| tree | f0a9e40c8b30692aed30ca9f2e2599f0ec9db625 /src/ModOrganizer.pro | |
| parent | cabed9b268c9f095d5e3b98a6797b0bcdcd38b1f (diff) | |
- loot integration now displays the report
- fixes to the previous merge
- bugfix: cli loot didn't handle non-ascii characters correctly
Diffstat (limited to 'src/ModOrganizer.pro')
| -rw-r--r-- | src/ModOrganizer.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ModOrganizer.pro b/src/ModOrganizer.pro index 62de3f66..4624ffec 100644 --- a/src/ModOrganizer.pro +++ b/src/ModOrganizer.pro @@ -13,13 +13,12 @@ SUBDIRS = bsatk \ nxmhandler \
BossDummy \
pythonRunner \
- boss_modified \
esptk \
loot_cli
plugins.depends = pythonRunner
hookdll.depends = shared
-organizer.depends = shared uibase plugins boss_modified
+organizer.depends = shared uibase plugins loot_cli
CONFIG(debug, debug|release) {
DESTDIR = outputd
|
