fuel-scm/fuel.pro
kostas bff4b2967c Removed unused RepoDialog
FossilOrigin-Name: fb85ae054f85e81e64e9d534fe502959f7f1fa2e
2011-10-19 16:24:42 +00:00

56 lines
697 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2011-08-01T00:17:18
#
#-------------------------------------------------
QT += core gui
TARGET = Fuel
TEMPLATE = app
# OSX Icon
ICON = icons/fuel.icns
# Win Icon
RC_FILE = fuel.rc
SOURCES += main.cpp\
MainWindow.cpp \
CommitDialog.cpp \
FileActionDialog.cpp \
SettingsDialog.cpp
HEADERS += MainWindow.h \
CommitDialog.h \
FileActionDialog.h \
SettingsDialog.h
FORMS += MainWindow.ui \
CommitDialog.ui \
FileActionDialog.ui \
SettingsDialog.ui
RESOURCES += \
resources.qrc