CstHScript.pri 714 B

1234567891011121314151617181920212223
  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. ../../Common/DataStructure.h \
  10. ../../Common/DllToolCommon.h \
  11. ../../Common/Utility.h
  12. SOURCES += ./ToolDialog.cpp \
  13. ./Tool.cpp \
  14. ./ToolInterface.cpp \
  15. ./XML/pugixml.cpp \
  16. ./XML/pugiconfig.hpp \
  17. ./XML/pugixml.hpp \
  18. ../../Common/DataStructure.cpp
  19. FORMS += ./CToolDialog.ui