12345678910111213141516171819202122 |
- # ----------------------------------------------------
- # 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 += ./Tool.h \
- ./ToolDialog.h \
- ./CFilePathFinder.h \
- ../../Common/DataStructure.h \
- ../../Common/DllToolCommon.h \
- ../../Common/Utility.h
- SOURCES += ./ToolDialog.cpp \
- ./Tool.cpp \
- ./ToolInterface.cpp \
- ./CFilePathFinder.cpp \
- ../../Common/DataStructure.cpp
- FORMS += ./CToolDialog.ui
|