diff options
| author | Tannin <devnull@localhost> | 2013-11-22 17:45:34 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-11-22 17:45:34 +0100 |
| commit | db0347212a509b9ceef1cede61a4afd7d2253014 (patch) | |
| tree | 406caa067ebf0a67cd42d08e684202703084e3a8 /src/ModOrganizer.pro | |
| parent | 5895a1a92d1f0463cec276c22e32f528a309d31c (diff) | |
- bugfix: installFile for mods was not a relative path if the downloads directory was non-default
- bugfix: crash after removing the last profile in the list (ordered alphabetically)
- improved subdirs ordering to ensure pythonrunner is compiled before pythonproxy
- translation files for plugins are now generated
- set some texts as un-translatable where it made no sense
- staging script now re-builds MO completely before packaging
- updated qt libraries for packaging to 4.8.5
- added python to the package
Diffstat (limited to 'src/ModOrganizer.pro')
| -rw-r--r-- | src/ModOrganizer.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ModOrganizer.pro b/src/ModOrganizer.pro index f35958f8..dbf6ab6e 100644 --- a/src/ModOrganizer.pro +++ b/src/ModOrganizer.pro @@ -1,5 +1,4 @@ TEMPLATE = subdirs
-CONFIG += ordered
SUBDIRS = bsatk \
@@ -16,6 +15,7 @@ SUBDIRS = bsatk \ pythonRunner \
esptk
+plugins.depends = pythonRunner
hookdll.depends = shared
organizer.depends = shared uibase plugins
|
