summaryrefslogtreecommitdiffstats
path: root/src/qtestlib/wince/cetcpsync/cetcpsync.pro
blob: d1d7c999aacb337d7cf88252caf9b5a2a765f5e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TARGET   = cetcpsync
DESTDIR = ../../../../bin
CONFIG   += console
CONFIG   -= app_bundle
QT       += network
QT       -= gui
TEMPLATE = app

build_all:!build_pass {
    CONFIG -= build_all
    CONFIG += release
}

INCLUDEPATH += ../cetcpsyncserver

SOURCES += main.cpp \
           remoteconnection.cpp \
           qtcesterconnection.cpp

HEADERS += \
           remoteconnection.h \
           qtcesterconnection.h