fuel-scm/qtfossil.pro
kostas 100e6da32f Removed the QtWeb requirement
FossilOrigin-Name: 3d20801ad81d4e3d797cb8b7f9088686ae41ee58
2011-08-05 15:36:59 +00:00

41 lines
560 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2011-08-01T00:17:18
#
#-------------------------------------------------
QT += core gui
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