Revision 49:a6a71d1c7eb7 testapp/testapp.pro

View differences:

testapp/testapp.pro
1 1
TEMPLATE = app
2 2
TARGET = testapp
3 3

  
4
load(../../all.prf)
4
QT += network
5 5

  
6 6
SOURCES += Loader.cpp
7 7

  
......
9 9

  
10 10
INCLUDEPATH += ../common
11 11

  
12
DEPENDPATH += ../../svcore
13
INCLUDEPATH += ../../svcore
14

  
15 12
PRE_TARGETDEPS += ../common/libcommon.a
16 13

  
17
LIBS += ../common/libcommon.a -L../../svcore -lsvcore ../../../dataquay/libdataquay.a 
14
LIBS += ../common/libcommon.a -lsvcore -ldataquay -lrdf
18 15

  
16
exists(./platform.pri) {
17
    include(./platform.pri)
18
}
19
!exists(./platform.pri) {
20
    exists(../platform.pri) {
21
	include(../platform.pri)
22
    }
23
}
24

  

Also available in: Unified diff