summaryrefslogtreecommitdiffstats
path: root/tests/baselineserver/src/baselineserver.pro
blob: b59d59d1eda856b23a21106aaa9995ada70018d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#-------------------------------------------------
#
# Project created by QtCreator 2010-08-11T11:51:09
#
#-------------------------------------------------

QT       += core network

# gui needed for QImage
# QT       -= gui

TARGET = baselineserver
DESTDIR = ../bin
CONFIG   += console
CONFIG   -= app_bundle

TEMPLATE = app

include(../shared/baselineprotocol.pri)

SOURCES += main.cpp \
    baselineserver.cpp \
    report.cpp

HEADERS += \
    baselineserver.h \
    report.h

RESOURCES += \
    baselineserver.qrc