CstCalibration.pri 693 B

12345678910111213141516171819202122
  1. # ----------------------------------------------------
  2. # This file is generated by the Qt Visual Studio Tools.
  3. # ------------------------------------------------------
  4. # This is a reminder that you are using a generated .pro file.
  5. # Remove it when you are finished editing this file.
  6. message("You are running qmake on a generated .pro file. This may not work!")
  7. HEADERS += ./Tool.h \
  8. ./ToolDialog.h \
  9. ./CFilePathFinder.h \
  10. ../../Common/DataStructure.h \
  11. ../../Common/DllToolCommon.h \
  12. ../../Common/Utility.h
  13. SOURCES += ./ToolDialog.cpp \
  14. ./Tool.cpp \
  15. ./ToolInterface.cpp \
  16. ./CFilePathFinder.cpp \
  17. ../../Common/DataStructure.cpp
  18. FORMS += ./CToolDialog.ui