-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathvlab.pro
More file actions
55 lines (51 loc) · 916 Bytes
/
Copy pathvlab.pro
File metadata and controls
55 lines (51 loc) · 916 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
TEMPLATE = subdirs
CONFIG += ordered
QT += widgets
QT_DISABLE_DEPRECATED_BEFORE=0x000000
SUBDIRS = \
libs \
vlab-splash \
vlabcpp \
bezieredit \
medit \
funcedit \
gallery \
object \
browser \
palette \
panels \
PreProc \
ped \
snapicon \
cuspy \
raserver \
cpfg \
l2c \
lpfg \
vlabd \
version \
ENVIRO \
stedit \
vlabTextEditor \
Timeline \
Rayshade \
vv
macx:SUBDIRS += updatebin
MY_BASE = .
include( common.pri )
mytarget.target = bindist
macx:{
isEmpty(MAKE_BUNDLE) {
} else {
mytarget.commands = ( cd Distribution && $(MAKE) bindist-mac )
mytarget2.target = deployqt
mytarget2.commands = ( cd Distribution && $(MAKE) deployqt )
mytarget2.depends = all
QMAKE_EXTRA_TARGETS += mytarget2
PRE_TARGETDEPS += mytarget2
}
}
unix:!macx:mytarget.commands = ( cd Distribution && $(MAKE) bindist-linux )
mytarget.depends = all
QMAKE_EXTRA_TARGETS += mytarget
PRE_TARGETDEPS += mytarget