summaryrefslogtreecommitdiff
path: root/tests/test-performance/test-resourceqt-performance-collector/test-resourceqt-performance-collector.pro
blob: 2cffc926d90e5dce96129ef7d678dae0b276f9ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE     = app
TARGET       = test-resourceqt-performance-collector
MOC_DIR      = .moc
OBJECTS_DIR  = .obj
DEPENDPATH  += .
QT           = core network
CONFIG      += console
CONFIG      -= app_bundle

INCLUDEPATH += $${LIBRESOURCEINC}
QMAKE_CXXFLAGS += -Wall

# Input 
HEADERS     = ResultsUpload.h
SOURCES    += test-resourceqt-performance-collector.cpp ResultsUpload.cpp

QMAKE_DISTCLEAN += -r .moc .obj

# Install options
target.path = /usr/lib/libresourceqt-performance-tests/
INSTALLS    = target