WidgetGen.pro
author jake
Wed, 27 Oct 2010 12:06:29 +0300
changeset 9 6967ff0a31f5
parent 2 0c23d71853fe
permissions -rw-r--r--
renderer updated

#-------------------------------------------------
#
# Project created by QtCreator 2010-05-05T13:56:52
#
#-------------------------------------------------

QT       += core gui

TARGET = WidgetBuilder
TEMPLATE = app


SOURCES += main.cpp\
        mainwindow.cpp \
    renderercreator.cpp \
    widgetcreator.cpp \
    publishercreator.cpp

HEADERS  += mainwindow.h \
    renderercreator.h \
    widgetcreator.h \
    publishercreator.h

FORMS    += mainwindow.ui

RESOURCES += \
    widgetgen.qrc