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