WidgetGen.pro
author jake
Tue, 26 Oct 2010 15:51:44 +0300
changeset 7 640db2c8587d
parent 2 0c23d71853fe
permissions -rw-r--r--
widget icon and description added to manifest.dat

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