WidgetGen.pro
author jake
Tue, 26 Oct 2010 15:34:14 +0300
changeset 6 ac3b45850c50
parent 2 0c23d71853fe
permissions -rw-r--r--
New release 0.1.c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b856a9924bbc initial contribution
jake
parents:
diff changeset
     1
#-------------------------------------------------
b856a9924bbc initial contribution
jake
parents:
diff changeset
     2
#
b856a9924bbc initial contribution
jake
parents:
diff changeset
     3
# Project created by QtCreator 2010-05-05T13:56:52
b856a9924bbc initial contribution
jake
parents:
diff changeset
     4
#
b856a9924bbc initial contribution
jake
parents:
diff changeset
     5
#-------------------------------------------------
b856a9924bbc initial contribution
jake
parents:
diff changeset
     6
b856a9924bbc initial contribution
jake
parents:
diff changeset
     7
QT       += core gui
b856a9924bbc initial contribution
jake
parents:
diff changeset
     8
2
0c23d71853fe added copying of two png images into publishercreator.cpp
jake
parents: 0
diff changeset
     9
TARGET = WidgetBuilder
0
b856a9924bbc initial contribution
jake
parents:
diff changeset
    10
TEMPLATE = app
b856a9924bbc initial contribution
jake
parents:
diff changeset
    11
b856a9924bbc initial contribution
jake
parents:
diff changeset
    12
b856a9924bbc initial contribution
jake
parents:
diff changeset
    13
SOURCES += main.cpp\
b856a9924bbc initial contribution
jake
parents:
diff changeset
    14
        mainwindow.cpp \
b856a9924bbc initial contribution
jake
parents:
diff changeset
    15
    renderercreator.cpp \
b856a9924bbc initial contribution
jake
parents:
diff changeset
    16
    widgetcreator.cpp \
b856a9924bbc initial contribution
jake
parents:
diff changeset
    17
    publishercreator.cpp
b856a9924bbc initial contribution
jake
parents:
diff changeset
    18
b856a9924bbc initial contribution
jake
parents:
diff changeset
    19
HEADERS  += mainwindow.h \
b856a9924bbc initial contribution
jake
parents:
diff changeset
    20
    renderercreator.h \
b856a9924bbc initial contribution
jake
parents:
diff changeset
    21
    widgetcreator.h \
b856a9924bbc initial contribution
jake
parents:
diff changeset
    22
    publishercreator.h
b856a9924bbc initial contribution
jake
parents:
diff changeset
    23
b856a9924bbc initial contribution
jake
parents:
diff changeset
    24
FORMS    += mainwindow.ui
b856a9924bbc initial contribution
jake
parents:
diff changeset
    25
b856a9924bbc initial contribution
jake
parents:
diff changeset
    26
RESOURCES += \
b856a9924bbc initial contribution
jake
parents:
diff changeset
    27
    widgetgen.qrc