NiceGit.pro 340 B

123456789101112131415161718192021222324
  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. HEADERS += \
  11. githandler.h \
  12. gitrepository.h \
  13. repositorymodel.h \
  14. gitreflog.h
  15. DISTFILES += \
  16. qml/MainView.qml
  17. RESOURCES += \
  18. resources.qrc