csl.pro 409 B

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