WidgetGen.pro
author jake
Wed, 17 Nov 2010 10:59:14 +0200
changeset 10 7576740c2b4f
parent 2 0c23d71853fe
permissions -rw-r--r--
New release 1.0.0

#-------------------------------------------------
#
# 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