New Action: Open containing folder New filetypes ADDED, DELETED We now detect invalid or outdated repositories FossilOrigin-Name: 2ac3cf9717f3529f809ffde1e802295988dfda05
41 lines
567 B
Prolog
41 lines
567 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2011-08-01T00:17:18
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += core gui webkit
|
|
|
|
TARGET = qtfossil
|
|
TEMPLATE = app
|
|
|
|
|
|
SOURCES += main.cpp\
|
|
MainWindow.cpp \
|
|
CommitDialog.cpp \
|
|
FileActionDialog.cpp \
|
|
RepoDialog.cpp
|
|
|
|
HEADERS += MainWindow.h \
|
|
CommitDialog.h \
|
|
FileActionDialog.h \
|
|
RepoDialog.h
|
|
|
|
FORMS += MainWindow.ui \
|
|
CommitDialog.ui \
|
|
FileActionDialog.ui \
|
|
RepoDialog.ui
|
|
|
|
RESOURCES += \
|
|
resources.qrc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|