artriculate.pro 664 B

12345678910111213141516171819202122232425262728293031
  1. TEMPLATE = app
  2. QT += qml quick dbus
  3. CONFIG += c++11
  4. SOURCES += src/main.cpp \
  5. src/picturemodel.cpp \
  6. src/helperfunctions.cpp
  7. RESOURCES += qml/qml.qrc resources/resources.qrc
  8. # Additional import path used to resolve QML modules in Qt Creator's code model
  9. QML_IMPORT_PATH =
  10. target.path = /usr/bin
  11. desktop.path = /usr/share/applications
  12. desktop.files += resources/artriculate.desktop
  13. icon.path = /usr/share/icons/hicolor/128x128/apps
  14. icon.files += resources/artriculate.png
  15. INSTALLS += target desktop icon
  16. # Default rules for deployment.
  17. include(deployment.pri)
  18. HEADERS += \
  19. src/picturemodel.h \
  20. src/helperfunctions.h \
  21. src/filereader.h