File tree 3 files changed +20
-27
lines changed
3 files changed +20
-27
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ TEMPLATE = aux
2
2
3
3
include ($$OUT_PWD/../../conf.pri )
4
4
5
+ bin_dir = $$PWD /../../bin
6
+ root_dir = $$PWD /../..
7
+
5
8
# generate pushpin.conf for installation
6
9
7
10
pushpin_conf_inst.target = pushpin.conf.inst
@@ -11,6 +14,23 @@ pushpin_conf_inst.depends = ../../examples/config/pushpin.conf
11
14
QMAKE_EXTRA_TARGETS += pushpin_conf_inst
12
15
PRE_TARGETDEPS += pushpin.conf.inst
13
16
17
+ # install bin files
18
+
19
+ unix :!isEmpty (BINDIR ) {
20
+ binfiles.path = $$BINDIR
21
+ binfiles.files = \
22
+ $$bin_dir/condure \
23
+ $$bin_dir/m2adapter \
24
+ $$bin_dir/pushpin-proxy \
25
+ $$bin_dir/pushpin-handler \
26
+ $$root_dir/pushpin-legacy \
27
+ $$root_dir/pushpin \
28
+ $$bin_dir/pushpin-publish
29
+ binfiles.CONFIG += no_check_exist executable
30
+
31
+ INSTALLS += binfiles
32
+ }
33
+
14
34
# install lib files
15
35
16
36
libfiles.path = $$LIBDIR
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -110,18 +110,3 @@ PRE_TARGETDEPS += \
110
110
$$root_dir/pushpin-legacy \
111
111
$$root_dir/pushpin \
112
112
$$bin_dir/pushpin-publish
113
-
114
- unix :!isEmpty (BINDIR ) {
115
- binfiles.path = $$BINDIR
116
- binfiles.files = \
117
- $$bin_dir/condure \
118
- $$bin_dir/m2adapter \
119
- $$bin_dir/pushpin-proxy \
120
- $$bin_dir/pushpin-handler \
121
- $$root_dir/pushpin-legacy \
122
- $$root_dir/pushpin \
123
- $$bin_dir/pushpin-publish
124
- binfiles.CONFIG += no_check_exist executable
125
-
126
- INSTALLS += binfiles
127
- }
You can’t perform that action at this time.
0 commit comments