redonion.pro 332 B

12345678910111213141516
  1. TEMPLATE = app
  2. TARGET = redonion
  3. CONFIG += qt debug warn_on
  4. QT += openvg
  5. SOURCES = ../shared/main.cpp ../shared/vgwidget.cpp ../shared/utils.cpp
  6. SOURCES += redonion.cpp
  7. HEADERS = ../shared/vgwidget.h ../shared/game.h redonion_svg.h
  8. LIBS += -llibopenvg
  9. images.sources =
  10. images.path = images
  11. DEPLOYMENT += images