Files
CodeRepository/Apps/App_EOSPlatform/EOSPlatform/EOSPlatform.pro

71 lines
1.7 KiB
Prolog
Raw Normal View History

# ----------------------------------------------------
# This file is generated by the Qt Visual Studio Tools.
# ------------------------------------------------------
QT += core gui opengl
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets serialport
DEFINES += QT_DEPRECATED_WARNINGS QT_WIDGETS_LIB QT_SERIALPORT_LIB
TARGET = EOSPlatform
TEMPLATE = app
DESTDIR=$$PWD/../../bin
INCLUDEPATH += \
$$PWD/../../../Common/ \
$$PWD/UI \
$$PWD/UI/main \
$$PWD/UI/DisplayView \
$$PWD/UI/SystemControls \
HEADERS += \
$$PWD/../../../Common\GCycleQueue.h \
$$PWD/../../../Common\OpenGLView.h \
UI/CommonHelper.h \
UI/FramelessHelper.h \
UI/frmmessagebox.h \
UI/main/SystemSettingView.h \
UI/DisplayView/DisplayView.h \
UI/SystemControls/SystemControls.h \
Common.h \
Config.h \
EOSPlatform.h \
mainwindow.h \
SOURCES += \
$$PWD/../../../Common\GCycleQueue.cpp \
$$PWD/../../../Common\OpenGLView.cpp \
UI/FramelessHelper.cpp \
UI/frmmessagebox.cpp \
UI/main/SystemSettingView.cpp \
UI/DisplayView/DisplayView.cpp \
UI/SystemControls/SystemControls.cpp \
Common.cpp \
Config.cpp \
main.cpp \
EOSPlatform.cpp \
mainwindow.cpp \
FORMS += \
UI/frmmessagebox.ui \
UI/main/SystemSettingView.ui \
UI/DisplayView/DisplayView.ui \
UI/SystemControls/SystemControls.ui \
EOSPlatform.ui \
mainwindow.ui \
RESOURCES += \
EOSPlatform.qrc
unix|win32: LIBS += -lcomsuppw
unix|win32: LIBS += -lopengl32
# exe所带图标
RC_ICONS = skin/ico/Guide.ico
#文件采用utf-8编码
msvc {
QMAKE_CFLAGS += /utf-8
QMAKE_CXXFLAGS += /utf-8
}