NiceGit.pro 488 B

1234567891011121314151617181920212223242526272829303132
  1. QT += qml quick widgets
  2. TEMPLATE = app
  3. LIBS += -lgit2
  4. SOURCES += \
  5. main.cpp \
  6. githandler.cpp \
  7. gitrepository.cpp \
  8. repositorymodel.cpp \
  9. gitreflog.cpp \
  10. gitbranch.cpp \
  11. gitreference.cpp \
  12. gitbase.cpp \
  13. gitoid.cpp
  14. HEADERS += \
  15. githandler.h \
  16. gitrepository.h \
  17. repositorymodel.h \
  18. gitreflog.h \
  19. gitbranch.h \
  20. gitreference.h \
  21. gitbase.h \
  22. gitoid.h
  23. DISTFILES += \
  24. qml/MainView.qml
  25. RESOURCES += \
  26. resources.qrc