1234567891011121314151617181920212223 |
- TEMPLATE = app
- QT+= opengl declarative
- #Install
- target.path = /usr/bin
- INSTALLS += target
- SOURCES += \
- main.cpp \
- applicationstarter.cpp
- OTHER_FILES += \
- applicationList.qml \
- ApplicationModel.qml \
- ApplicationDelegate.qml
- RESOURCES += \
- resources.qrc
- HEADERS += \
- applicationstarter.h
|