You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
462 B
29 lines
462 B
SOURCES += main.cpp \ |
|
ctransfermanager.cpp \ |
|
qtransferlistmodel.cpp \ |
|
ctransferthread.cpp \ |
|
cworker.cpp \ |
|
csocketmanager.cpp \ |
|
cconnectiondialog.cpp |
|
HEADERS += ctransfermanager.h \ |
|
qtransferlistmodel.h \ |
|
common.h \ |
|
ctransferthread.h \ |
|
cworker.h \ |
|
csocketmanager.h \ |
|
cconnectiondialog.h |
|
TEMPLATE = app |
|
|
|
QT += network |
|
|
|
CONFIG -= release |
|
CONFIG += debug |
|
|
|
CODECFORSRC = UTF-8 |
|
CODECFORTR = ISO-8859-1 |
|
|
|
OBJECTS_DIR = build/ |
|
MOC_DIR = build/ |
|
|
|
TARGET = qftrans |
|
|
|
|