No Description

pretmap.pro 912B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. HEADERS += mainwindow.h \
  25. project.h \
  26. map.h \
  27. blockdata.h \
  28. block.h \
  29. tileset.h \
  30. metatile.h \
  31. tile.h \
  32. event.h \
  33. editor.h \
  34. objectpropertiesframe.h \
  35. graphicsview.h \
  36. parseutil.h
  37. FORMS += mainwindow.ui \
  38. objectpropertiesframe.ui
  39. RESOURCES += \
  40. resources/images.qrc