source: trunk/tools/qtestlib/wince/cetcpsync/cetcpsync.pro

Last change on this file was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 418 bytes
Line 
1TARGET = cetcpsync
2DESTDIR = ../../../../bin
3CONFIG += console
4CONFIG -= app_bundle
5QT += network
6QT -= gui
7TEMPLATE = app
8
9build_all:!build_pass {
10 CONFIG -= build_all
11 CONFIG += release
12}
13
14INCLUDEPATH += ../cetcpsyncserver
15
16SOURCES += main.cpp \
17 remoteconnection.cpp \
18 qtcesterconnection.cpp
19
20HEADERS += \
21 remoteconnection.h \
22 qtcesterconnection.h
Note: See TracBrowser for help on using the repository browser.