84 lines
2.1 KiB
Plaintext
84 lines
2.1 KiB
Plaintext
|
# ----------------------------------------------------
|
||
|
# This file is generated by the Qt Visual Studio Tools.
|
||
|
# ------------------------------------------------------
|
||
|
|
||
|
# This is a reminder that you are using a generated .pro file.
|
||
|
# Remove it when you are finished editing this file.
|
||
|
message("You are running qmake on a generated .pro file. This may not work!")
|
||
|
|
||
|
|
||
|
HEADERS += ./Base.h \
|
||
|
./SysManager.h \
|
||
|
./BaseEventModule.h \
|
||
|
./CodeGenerateEventModule.h \
|
||
|
./common.h \
|
||
|
./DataModelEventModule.h \
|
||
|
./DataPackEventModule.h \
|
||
|
./easylogging++.h \
|
||
|
./ExcelOP.h \
|
||
|
./global.h \
|
||
|
./logger.h \
|
||
|
./resource.h \
|
||
|
./resource1.h \
|
||
|
./mainwindow.h \
|
||
|
./TitleBar.h \
|
||
|
./Session.h \
|
||
|
./SideBar.h \
|
||
|
./DictData.h \
|
||
|
./SceneInfo.h \
|
||
|
./SystemSettingModule.h \
|
||
|
./CodeDisplayView.h \
|
||
|
./CodeGenerate.h \
|
||
|
./DataAttribute.h \
|
||
|
./DataClass.h \
|
||
|
./DataManager.h \
|
||
|
./DataModelData.h \
|
||
|
./BaseTransform.h \
|
||
|
./DataAccessModule.h \
|
||
|
./DataPack.h \
|
||
|
./DPData.h \
|
||
|
./TransformExcel.h \
|
||
|
./DelByInterface.h \
|
||
|
./DictItem.h \
|
||
|
./FileGenerate.h \
|
||
|
./ProjectData.h \
|
||
|
./ProjectEventModule.h \
|
||
|
./FindByInterface.h \
|
||
|
./HomePage.h \
|
||
|
./SettingDialog.h
|
||
|
SOURCES += ./BaseEventModule.cpp \
|
||
|
./BaseTransform.cpp \
|
||
|
./CodeDisplayView.cpp \
|
||
|
./CodeGenerateEventModule.cpp \
|
||
|
./common.cpp \
|
||
|
./DataAccessModule.cpp \
|
||
|
./DataAttribute.cpp \
|
||
|
./DataClass.cpp \
|
||
|
./DataManager.cpp \
|
||
|
./DataModelData.cpp \
|
||
|
./DataModelEventModule.cpp \
|
||
|
./DataPack.cpp \
|
||
|
./DataPackEventModule.cpp \
|
||
|
./DelByInterface.cpp \
|
||
|
./DictData.cpp \
|
||
|
./DictItem.cpp \
|
||
|
./DPData.cpp \
|
||
|
./ExcelOP.cpp \
|
||
|
./FileGenerate.cpp \
|
||
|
./FindByInterface.cpp \
|
||
|
./global.cpp \
|
||
|
./HomePage.cpp \
|
||
|
./SceneInfo.cpp \
|
||
|
./sysManager.cpp \
|
||
|
./TransformExcel.cpp \
|
||
|
./main.cpp \
|
||
|
./mainwindow.cpp \
|
||
|
./ProjectData.cpp \
|
||
|
./ProjectEventModule.cpp \
|
||
|
./Session.cpp \
|
||
|
./SettingDialog.cpp \
|
||
|
./SideBar.cpp \
|
||
|
./SystemSettingModule.cpp \
|
||
|
./TitleBar.cpp
|
||
|
RESOURCES += ui.qrc
|