tools/qtestlib/wince/cetcpsync/cetcpsync.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 TARGET   = cetcpsync
       
     2 DESTDIR = ../../../../bin
       
     3 CONFIG   += console
       
     4 CONFIG   -= app_bundle
       
     5 QT       += network
       
     6 QT       -= gui
       
     7 TEMPLATE = app
       
     8 
       
     9 build_all:!build_pass {
       
    10     CONFIG -= build_all
       
    11     CONFIG += release
       
    12 }
       
    13 
       
    14 INCLUDEPATH += ../cetcpsyncserver
       
    15 
       
    16 SOURCES += main.cpp \
       
    17            remoteconnection.cpp \
       
    18            qtcesterconnection.cpp
       
    19 
       
    20 HEADERS += \
       
    21            remoteconnection.h \
       
    22            qtcesterconnection.h