artriculate.pro 303 B

123456789101112131415161718
  1. TEMPLATE = app
  2. QT += qml quick
  3. CONFIG += c++11
  4. SOURCES += main.cpp \
  5. picturemodel.cpp
  6. RESOURCES += qml.qrc
  7. # Additional import path used to resolve QML modules in Qt Creator's code model
  8. QML_IMPORT_PATH =
  9. # Default rules for deployment.
  10. include(deployment.pri)
  11. HEADERS += \
  12. picturemodel.h