No Description

pretmap.pro 970B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2016-08-31T15:19:13
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  8. TARGET = pretmap
  9. TEMPLATE = app
  10. SOURCES += main.cpp\
  11. mainwindow.cpp \
  12. project.cpp \
  13. map.cpp \
  14. blockdata.cpp \
  15. block.cpp \
  16. tileset.cpp \
  17. metatile.cpp \
  18. tile.cpp \
  19. event.cpp \
  20. editor.cpp \
  21. objectpropertiesframe.cpp \
  22. graphicsview.cpp \
  23. parseutil.cpp \
  24. neweventtoolbutton.cpp
  25. HEADERS += mainwindow.h \
  26. project.h \
  27. map.h \
  28. blockdata.h \
  29. block.h \
  30. tileset.h \
  31. metatile.h \
  32. tile.h \
  33. event.h \
  34. editor.h \
  35. objectpropertiesframe.h \
  36. graphicsview.h \
  37. parseutil.h \
  38. neweventtoolbutton.h
  39. FORMS += mainwindow.ui \
  40. objectpropertiesframe.ui
  41. RESOURCES += \
  42. resources/images.qrc