MeasureStenose.pro 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. CONFIG += static thread
  2. QT += core
  3. DEFINES += IMPORTEXPORT
  4. # output relative dirname
  5. Release: DIRNAME = release
  6. Debug: DIRNAME = debug
  7. CONFIG(debug, debug|release) {
  8. DIRNAME = debug
  9. }
  10. CONFIG(release, debug|release) {
  11. DIRNAME = release
  12. }
  13. INCLUDEPATH +=
  14. TARGET = MeasureStenose
  15. TEMPLATE = lib
  16. SOURCES += \
  17. Container/Video.cpp \
  18. Container/extendedimage.cpp \
  19. IO/DicomIO.cpp \
  20. Mouchard/Mouchard.cpp \
  21. NR/ToolsMath.cpp \
  22. Object/regionEllipse.cpp \
  23. Object/rectangle.cpp \
  24. Object/point.cpp \
  25. Object/drawEllipse.cpp \
  26. Stenose/vector.cpp \
  27. Stenose/StenoseNBBase.cpp \
  28. Stenose/StenoseInterfaceDLL.cpp \
  29. Stenose/StenoseInterface.cpp \
  30. Stenose/StenoseBase.cpp \
  31. Stenose/scale.cpp \
  32. Stenose/CStenoseResult.cpp \
  33. TRIM/imgbase.cpp
  34. HEADERS += define.h \
  35. Container/Video.h \
  36. Container/extendedimage.h \
  37. IO/DicomIO.h \
  38. Mouchard/MouchardInterfaceDLL.h \
  39. Mouchard/Mouchard.h \
  40. Mouchard/Identifiant.h \
  41. NR/ToolsMath.h \
  42. Object/regionEllipse.h \
  43. Object/rectangle.h \
  44. Object/point.h \
  45. Object/drawEllipse.h \
  46. Pattern/Singleton.h \
  47. Stenose/vector.h \
  48. Stenose/StenoseResult.h \
  49. Stenose/StenoseNBBase.h \
  50. Stenose/StenoseInterfaceDLL.h \
  51. Stenose/StenoseInterface.h \
  52. Stenose/StenoseBase.h \
  53. Stenose/scale.h \
  54. Stenose/Ressource.h \
  55. Stenose/CStenoseResult.h \
  56. Stenose/CStenoseNBInfo.h \
  57. Stenose/CStenoseInfo.h \
  58. TRIM/img.h
  59. DESTDIR = $$DIRNAME
  60. # source file & target dir
  61. linux-g++-64 {
  62. #SRC_FILE = $$DIRNAME/$${TARGET}
  63. #DST_DIR = ../../../bin/linux64/$$DIRNAME/
  64. #CP_OPTIONS = -d
  65. }
  66. # copy target
  67. #QMAKE_POST_LINK += $$QMAKE_COPY $$CP_OPTIONS $$quote($$SRC_FILE) $$quote($$DST_DIR) $$escape_expand(\\n\\t)
  68. OTHER_FILES += \
  69. Stenose/StenoseNBBase