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
Added Dash::Network::Permission
[dashstudio.git]
/
tests
/
tests_config.pri
blob
38e7cb023e405fedb84218011ba286f5ea01b64f
1
2
INCLUDEPATH += ../../../src
3
4
QT += xml
5
6
!include(../../../config.pri){
7
error("Cannot include the config file")
8
}
9
10
LIBS += $$BUILD_DIR/lib/libdashserver.a
11
12
CONFIG += qtestlib
13