ZoomPipeline_FuncSvr.pro 1.0 KB
Newer Older
丁劲犇's avatar
丁劲犇 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#-------------------------------------------------
#
# Project created by QtCreator 2013-12-13T08:12:31
#
#-------------------------------------------------

QT       += core gui network

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = ZoomPipeline_FuncSvr
TEMPLATE = app


SOURCES += main.cpp\
        zpmainframe.cpp \
    network/zp_tcpserver.cpp \
    network/zp_nettransthread.cpp \
    network/zp_netlistenthread.cpp \
20 21
    network/zp_net_threadpool.cpp \
    pipeline/zp_pipeline.cpp \
22
    smartlink/st_client_table.cpp \
23
    pipeline/zp_plworkingthread.cpp \
24 25
    smartlink/st_clientnode.cpp \
    pipeline/zp_pltaskbase.cpp
丁劲犇's avatar
丁劲犇 已提交
26 27 28 29 30

HEADERS  += zpmainframe.h \
    network/zp_tcpserver.h \
    network/zp_nettransthread.h \
    network/zp_netlistenthread.h \
31 32
    network/zp_net_threadpool.h \
    pipeline/zp_pipeline.h \
33
    smartlink/st_client_table.h \
34
    pipeline/zp_plworkingthread.h \
35 36 37
    smartlink/st_clientnode.h \
    smartlink/st_message.h \
    pipeline/zp_pltaskbase.h
丁劲犇's avatar
丁劲犇 已提交
38 39

FORMS    += zpmainframe.ui
丁劲犇's avatar
丁劲犇 已提交
40 41 42

RESOURCES += \
    resource.qrc