fuel-scm/fuel.pro
kostas f951fd25e2 OSX Fixes
FossilOrigin-Name: d3e052bf6f1531110003dbfcd4ec55d218983059
2011-08-06 04:48:04 +00:00

41 lines
556 B
Prolog

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