説明なし

countingSquares.pro 558B

12345678910111213141516171819202122232425262728293031
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2014-09-07T18:12:22
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  8. TARGET = countingSquares
  9. TEMPLATE = app
  10. CONFIG += c++11
  11. SOURCES += main.cpp \
  12. maingamewindow.cpp \
  13. genericscrollingobject.cpp
  14. RESOURCES += \
  15. countingSquares.qrc
  16. HEADERS += \
  17. maingamewindow.h \
  18. genericscrollingobject.h
  19. INCLUDEPATH += /usr/local/Cellar/box2d/2.3.0/include
  20. DEFINES += QT_NO_DEBUG_OUTPUT