ZoomPipeline_FuncSvr.pro 1.8 KB
Newer Older
丁劲犇's avatar
丁劲犇 已提交
1 2 3 4 5 6
#-------------------------------------------------
#
# Project created by QtCreator 2013-12-13T08:12:31
#
#-------------------------------------------------

7
QT       += core gui network sql
丁劲犇's avatar
丁劲犇 已提交
8
unix:QMAKE_CXXFLAGS += -std=c++11
9
win32-g++: QMAKE_CXXFLAGS += -std=c++11
丁劲犇's avatar
丁劲犇 已提交
10 11
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

丁劲犇's avatar
丁劲犇 已提交
12
TARGET = $$OUT_PWD/../bin/ZoomPipeline_FuncSvr
丁劲犇's avatar
丁劲犇 已提交
13 14 15 16
TEMPLATE = app


SOURCES += main.cpp\
丁劲犇's avatar
丁劲犇 已提交
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
		zpmainframe.cpp \
	network/zp_tcpserver.cpp \
	network/zp_nettransthread.cpp \
	network/zp_netlistenthread.cpp \
	network/zp_net_threadpool.cpp \
	pipeline/zp_pipeline.cpp \
	smartlink/st_client_table.cpp \
	pipeline/zp_plworkingthread.cpp \
	pipeline/zp_pltaskbase.cpp \
	database/databaseresource.cpp \
	smartlink/st_clientnode_basetrans.cpp \
	smartlink/st_clientnode_app_imp.cpp \
	smartlink/st_clientnode_applayer.cpp \
	cluster/zp_clusterterm.cpp \
	dialogaddressinput.cpp \
	cluster/zp_clusternode.cpp \
33 34
	smartlink/st_cross_svr_node.cpp \
    logger/st_logger.cpp
丁劲犇's avatar
丁劲犇 已提交
35 36

HEADERS  += zpmainframe.h \
丁劲犇's avatar
丁劲犇 已提交
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
	network/zp_tcpserver.h \
	network/zp_nettransthread.h \
	network/zp_netlistenthread.h \
	network/zp_net_threadpool.h \
	pipeline/zp_pipeline.h \
	smartlink/st_client_table.h \
	pipeline/zp_plworkingthread.h \
	smartlink/st_message.h \
	pipeline/zp_pltaskbase.h \
	database/databaseresource.h \
	smartlink/st_msg_applayer.h \
	smartlink/st_clientnode_basetrans.h \
	smartlink/st_clientnode_applayer.h \
	cluster/zp_clusterterm.h \
	cluster/cross_svr_messages.h \
	dialogaddressinput.h \
	cluster/zp_clusternode.h \
	smartlink/st_cross_svr_msg.h \
55
	smartlink/st_cross_svr_node.h \
56 57
    logger/st_logger.h \
    network/ssl_config.h
丁劲犇's avatar
丁劲犇 已提交
58

丁劲犇's avatar
丁劲犇 已提交
59
FORMS    += zpmainframe.ui \
丁劲犇's avatar
丁劲犇 已提交
60
	dialogaddressinput.ui
丁劲犇's avatar
丁劲犇 已提交
61 62

RESOURCES += \
丁劲犇's avatar
丁劲犇 已提交
63
	resource.qrc
丁劲犇's avatar
丁劲犇 已提交
64

丁劲犇's avatar
丁劲犇 已提交
65
OTHER_FILES += \
丁劲犇's avatar
丁劲犇 已提交
66
	ZoomPipeline_FuncSvr_zh_CN.ts
67
TRANSLATIONS += ZoomPipeline_FuncSvr_zh_CN.ts