summaryrefslogtreecommitdiff
path: root/src/ModOrganizer.pro
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-07-15 20:37:10 +0200
committerTannin <devnull@localhost>2014-07-15 20:37:10 +0200
commit80b10107d9deeaf8b1aa9d306ea506aafcb99bd1 (patch)
tree3db705018950f19c2e71c0ef42d94172d1522b78 /src/ModOrganizer.pro
parent1707941f6ec256e1bc48edec01ea41be9526fb81 (diff)
- Disabled compilation of loot_cli as the current loot version can't be compiled or linked against with vs 2010
- bugfix: some incompatibilities with non-skyrim games - bugfix: incorrect handling of plurals in translateable strings
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 859f4caf..596b8f21 100644
--- a/src/ModOrganizer.pro
+++ b/src/ModOrganizer.pro
@@ -13,12 +13,12 @@ SUBDIRS = bsatk \
nxmhandler \
BossDummy \
pythonRunner \
- esptk \
- loot_cli
+ esptk# \
+# loot_cli
plugins.depends = pythonRunner
hookdll.depends = shared
-organizer.depends = shared uibase plugins loot_cli
+organizer.depends = shared uibase plugins# loot_cli
CONFIG(debug, debug|release) {
DESTDIR = $$PWD/../outputd