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 | 5718af351034c1936a91a3782651733dfecdc4e5 (patch) | |
| tree | fe3ad48dc7b3b3a413a2f726df7a88742036007e /src/ModOrganizer.pro | |
| parent | 434b6be69dd425504c293866fd4f9d7556ec7342 (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 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/ModOrganizer.pro b/src/ModOrganizer.pro index 0d75e883..9907d086 100644 --- a/src/ModOrganizer.pro +++ b/src/ModOrganizer.pro @@ -12,13 +12,12 @@ SUBDIRS = bsatk \ proxydll \
nxmhandler \
BossDummy \
-# pythonRunner \
- esptk# \
-# loot_cli
+ pythonRunner \
+ esptk
-#plugins.depends = pythonRunner
+plugins.depends = pythonRunner
hookdll.depends = shared
-organizer.depends = shared uibase plugins# loot_cli
+organizer.depends = shared uibase plugins
CONFIG(debug, debug|release) {
DESTDIR = $$PWD/../outputd
|
