Skeleton code for Commit, Add, Delete, Revert actions FossilOrigin-Name: 9e35495cc3f4e18f458cf02f83d1d8075c0a85b9
35 lines
504 B
Prolog
35 lines
504 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
|
|
|
|
HEADERS += MainWindow.h \
|
|
CommitDialog.h \
|
|
FileActionDialog.h
|
|
|
|
FORMS += MainWindow.ui \
|
|
CommitDialog.ui \
|
|
FileActionDialog.ui
|
|
|
|
RESOURCES += \
|
|
resources.qrc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|