Files
fuel-scm/fuel.pro
kostas 993e6398e2 Unified toolbar on OSX
Added OSX Icon


FossilOrigin-Name: 7cdfaf2af1dda2779fc6a27f8bfc10c55827237c
2011-08-06 05:06:57 +00:00

42 lines
579 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2011-08-01T00:17:18
#
#-------------------------------------------------
QT += core gui
TARGET = Fuel
TEMPLATE = app
ICON = icons/fuel.icns
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