repo.or.cz
/
dashstudio.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Camera
[dashstudio.git]
/
src
/
dash
/
dash.pro
blob
676d9880d5238e5fcef857dce0c052bb7406613d
1
2
DEFINES
+=
_BUILD_DASH_
3
TEMPLATE
=
lib
4
5
win32
{
6
CONFIG
+=
dll
7
}
else
{
8
CONFIG
+=
staticlib \
9
warn_on
10
}
11
12
HEADERS
+=
dash
.
h \
13
module
.
h \
14
datasource
.
h \
15
commandparser
.
h \
16
exports
.
h \
17
projectsaver
.
h
18
TARGET
=
dash
19
20
SOURCES
+=
module
.
cpp \
21
datasource
.
cpp \
22
commandparser
.
cpp \
23
projectsaver
.
cpp
24
INCLUDEPATH
+= ..
25
26
include
(../../
config
.
pri
)
27
include
(
network_module
.
pri
)
28
29
INSTALLS
+=
headers target
30
31
target
.
path
= /
lib
32
headers
.
path
= /
include
/
dash
/
33
headers
.
files
= *.
h
34
35
36