fuel-scm/qtfossil.pro
kostas dd9e18f113 Added Commit and FileAction dialogs
Skeleton code for Commit, Add, Delete, Revert actions

FossilOrigin-Name: 9e35495cc3f4e18f458cf02f83d1d8075c0a85b9
2011-08-03 15:30:09 +00:00

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