csl.pro 467 B

12345678910111213141516171819
  1. QT += core gui widgets
  2. INCLUDEPATH = ../StrengthLine/ \
  3. ../WorkArea/
  4. HEADERS = ../StrengthLine/StrengthLine.hpp \
  5. ../WorkArea/WorkArea.hpp \
  6. Experiment.hpp \
  7. Informations.hpp
  8. SOURCES = ../StrengthLine/StrengthLine.cpp \
  9. ../WorkArea/WorkArea.cpp \
  10. Experiment.cpp \
  11. Informations.cpp \
  12. main.cpp
  13. # install
  14. target.path = $$[QT_INSTALL_EXAMPLES]/dsl
  15. INSTALLS += target