summaryrefslogtreecommitdiff
path: root/src/ModOrganizer.pro
diff options
context:
space:
mode:
authorTannin <sherb@gmx.net>2013-02-03 13:34:53 +0100
committerTannin <sherb@gmx.net>2013-02-03 13:34:53 +0100
commit44b96e6fb5f484e9a60fe03b99021a1c5f78488d (patch)
treef2080a04eafcbfc48024078c44746b562850d0b9 /src/ModOrganizer.pro
parent981f8b3acf7e76f27c02f4ced80d55b424cc7497 (diff)
bsatk is now part of the Mod Organizer repository
Diffstat (limited to 'src/ModOrganizer.pro')
-rw-r--r--src/ModOrganizer.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ModOrganizer.pro b/src/ModOrganizer.pro
index 3d7e2656..8b6db27a 100644
--- a/src/ModOrganizer.pro
+++ b/src/ModOrganizer.pro
@@ -2,14 +2,15 @@ TEMPLATE = subdirs
CONFIG += ordered
-SUBDIRS = shared \
+SUBDIRS = bsatk \
+ shared \
uibase \
organizer \
hookdll \
archive \
helper \
plugins \
- proxydll
+ proxydll
hookdll.depends = shared
organizer.depends = shared, uibase
@@ -18,4 +19,4 @@ CONFIG(debug, debug|release) {
DESTDIR = outputd
} else {
DESTDIR = output
-} \ No newline at end of file
+}