Fuel
Artifact [295944fd81]
Not logged in

Artifact 295944fd817518c7c2412c5e52ce5ecad11dd8f8:


#-------------------------------------------------
#
# 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 \
    RepoDialog.cpp \
    SettingsDialog.cpp

HEADERS  += MainWindow.h \
    CommitDialog.h \
    FileActionDialog.h \
    RepoDialog.h \
    SettingsDialog.h

FORMS    += MainWindow.ui \
    CommitDialog.ui \
    FileActionDialog.ui \
    RepoDialog.ui \
    SettingsDialog.ui

RESOURCES += \
    resources.qrc