diff options
| author | Tannin <devnull@localhost> | 2014-07-15 20:37:10 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-07-15 20:37:10 +0200 |
| commit | 80b10107d9deeaf8b1aa9d306ea506aafcb99bd1 (patch) | |
| tree | 3db705018950f19c2e71c0ef42d94172d1522b78 /src/ModOrganizer.pro | |
| parent | 1707941f6ec256e1bc48edec01ea41be9526fb81 (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.pro | 6 |
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
|
