summaryrefslogtreecommitdiff
path: root/src/ModOrganizer.pro
blob: 13ec35b5e5bdaa37a7fad6ea62217270acb1a4a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TEMPLATE = subdirs


SUBDIRS = bsatk \
          shared \
          uibase \
          organizer \
          hookdll \
          archive \
          helper \
          plugins \
          proxydll \
          nxmhandler \
          BossDummy \
          pythonRunner \
					esptk# \
					#loot_cli

plugins.depends = pythonRunner
hookdll.depends = shared
organizer.depends = shared uibase plugins# loot_cli

CONFIG(debug, debug|release) {
    DESTDIR = outputd
} else {
    DESTDIR = output
}