|
Last change
on this file since 561 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:
299 bytes
|
| Line | |
|---|
| 1 | TEMPLATE = app
|
|---|
| 2 | TARGET = cetcpsyncsvr
|
|---|
| 3 | DEPENDPATH += .
|
|---|
| 4 | QT -= gui
|
|---|
| 5 | QT += network
|
|---|
| 6 |
|
|---|
| 7 | CONFIG += console
|
|---|
| 8 |
|
|---|
| 9 | HEADERS += \
|
|---|
| 10 | connectionmanager.h \
|
|---|
| 11 | commands.h \
|
|---|
| 12 | transfer_global.h
|
|---|
| 13 |
|
|---|
| 14 | SOURCES += \
|
|---|
| 15 | connectionmanager.cpp \
|
|---|
| 16 | commands.cpp \
|
|---|
| 17 | main.cpp
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.