forked from ghassani/openpst
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathOpenPST.pro
More file actions
24 lines (18 loc) · 733 Bytes
/
OpenPST.pro
File metadata and controls
24 lines (18 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#-------------------------------------------------
# PLACEHOLDER
#-------------------------------------------------
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = serial libopenpst sahara streaming_dload qcdm qcsamunlock mbn_tool
serial.file = qmake/serial.pro
libopenpst.file = qmake/libopenpst.pro
sahara.file = qmake/sahara.pro
streaming_dload.file = qmake/streaming_dload.pro
qcdm.file = qmake/qcdm.pro
qcsamunlock.file = qmake/qcsamunlock.pro
mbn_tool.file = qmake/mbn_tool.pro
libopenpst.depends = serial
qcdm.depends = libopenpst
qcsamunlock.depends = libopenpst
sahara.depends = libopenpst
streaming_dload.depends = libopenpst