# -------------------------------------------------
# Project created by QtCreator 2011-03-16T15:05:57
# -------------------------------------------------
QT += xml
TARGET = toolsgui
TEMPLATE = app
SOURCES += main.cpp \
    mainwindow.cpp \
    gbuilder.cpp \
    tools/tool.cpp \
    tools/switcher.cpp \
    tools/checkboxswitcher.cpp \
    tools/textswitcher.cpp \
    tools/listswitcher.cpp \
    tools/selectswitcher.cpp \
    tools/fileswitcher.cpp \
    tools/pairsswitcher.cpp \
    outputdialog.cpp
HEADERS += mainwindow.h \
    gbuilder.h \
    tools/tool.h \
    tools/switcher.h \
    tools/checkboxswitcher.h \
    tools/textswitcher.h \
    tools/listswitcher.h \
    tools/selectswitcher.h \
    tools/fileswitcher.h \
    tools/pairsswitcher.h \
    outputdialog.h \
    components/appendabletablewidget.h
FORMS += mainwindow.ui \
    outputdialog.ui
RESOURCES += resources.qrc
