author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 02 Sep 2010 21:20:32 +0300 | |
changeset 34 | a33bf25e6f72 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
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