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
install
[dashstudio.git]
/
src
/
dashd
/
dashd.pro
blob
8787133ce3fb49728cb34cda39235993556a72ca
1
2
TEMPLATE
=
app
3
4
QT
+=
network xml
5
6
LIBS
+= -
ldashserver
-
ldash
7
8
!
include
(../../
config
.
pri
) {
9
error
(
cannot include config
.
pri
)
10
}
11
12
INCLUDEPATH
+= ..
13
14
TARGET
=
dashd
15
SOURCES
+=
main
.
cpp
16
17
INSTALLS
+=
target
18
target
.
path
= /
bin
19
20
linux
-
g
++ {
21
PRE_TARGETDEPS
+=
$$BUILD_DIR
/
lib
/
libdash
.
a
22
PRE_TARGETDEPS
+=
$$BUILD_DIR
/
lib
/
libdashserver
.
a
23
}
24