Starter.pro 320 B

1234567891011121314151617181920212223
  1. TEMPLATE = app
  2. QT+= opengl declarative
  3. #Install
  4. target.path = /usr/bin
  5. INSTALLS += target
  6. SOURCES += \
  7. main.cpp \
  8. applicationstarter.cpp
  9. OTHER_FILES += \
  10. applicationList.qml \
  11. ApplicationModel.qml \
  12. ApplicationDelegate.qml
  13. RESOURCES += \
  14. resources.qrc
  15. HEADERS += \
  16. applicationstarter.h