You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.2 KiB
Prolog
25 lines
1.2 KiB
Prolog
2 years ago
|
# This file is generated automatically. Do not edit.
|
||
|
# Use project properties -> Build -> Qt -> Expert -> Custom Definitions.
|
||
|
TEMPLATE = app
|
||
|
DESTDIR = dist/Debug/GNU-Linux
|
||
|
TARGET = 61850_ZHENAN
|
||
|
VERSION = 1.0.0
|
||
|
CONFIG -= debug_and_release app_bundle lib_bundle
|
||
|
CONFIG += debug
|
||
|
PKGCONFIG +=
|
||
|
QT = core gui widgets network opengl qt3support sql svg xml
|
||
|
SOURCES += ./src/gui_srv.cpp FtpCLient.cpp dialog_ctrl.cpp dialog_filetran.cpp dialog_lcb.cpp dialog_rcb.cpp dialog_sg.cpp src/ConnectionPool.cpp src/DataDeal.cpp src/callback.cpp src/dlunix.cpp src/main.cpp
|
||
|
HEADERS += ./inc/gui_srv.h ./inc/ui_gui_srv.h FtpCLient.h dialog_ctrl.h dialog_filetran.h dialog_lcb.h dialog_rcb.h dialog_sg.h inc/ConnectionPool.h inc/DataDeal.h inc/activation_code.h inc/callback.h inc/dlunix.h inc/singleton.h
|
||
|
FORMS += ./resources/gui_srv.ui dialog_ctrl.ui dialog_filetran.ui dialog_lcb.ui dialog_rcb.ui dialog_sg.ui
|
||
|
RESOURCES += resources/gui_srv.qrc
|
||
|
TRANSLATIONS +=
|
||
|
OBJECTS_DIR = build/Debug/GNU-Linux
|
||
|
MOC_DIR =
|
||
|
RCC_DIR =
|
||
|
UI_DIR =
|
||
|
QMAKE_CC = gcc
|
||
|
QMAKE_CXX = g++
|
||
|
DEFINES += DEBUG_SISCO ETHERNET LEAN_T MMS_LITE MOSI MVL_UCA
|
||
|
INCLUDEPATH += inc treeMenu temp/cosmos2010/inc temp/cosmos2010/mmslite/inc
|
||
|
LIBS += -ldl -Wl,-rpath,.
|