Açıklama Yok

Tessellations.pro 455B

1234567891011121314151617181920212223242526
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2014-05-24T12:21:14
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  8. TARGET = Tessellations
  9. TEMPLATE = app
  10. SOURCES += main.cpp\
  11. tessellation.cpp \
  12. line.cpp \
  13. drawingWindow.cpp
  14. HEADERS += \
  15. tessellation.h \
  16. line.h \
  17. drawingWindow.h
  18. FORMS += \
  19. drawingWindow.ui