No Description

pretmap.pro 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. tile.cpp \
  18. event.cpp \
  19. editor.cpp \
  20. objectpropertiesframe.cpp \
  21. graphicsview.cpp \
  22. parseutil.cpp \
  23. neweventtoolbutton.cpp \
  24. noscrollcombobox.cpp \
  25. noscrollspinbox.cpp
  26. HEADERS += mainwindow.h \
  27. project.h \
  28. map.h \
  29. blockdata.h \
  30. block.h \
  31. tileset.h \
  32. tile.h \
  33. event.h \
  34. editor.h \
  35. objectpropertiesframe.h \
  36. graphicsview.h \
  37. parseutil.h \
  38. neweventtoolbutton.h \
  39. noscrollcombobox.h \
  40. noscrollspinbox.h
  41. FORMS += mainwindow.ui \
  42. objectpropertiesframe.ui
  43. RESOURCES += \
  44. resources/images.qrc