|
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 | |
|---|
| 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
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.