author | jake |
Wed, 17 Nov 2010 10:59:14 +0200 | |
changeset 10 | 7576740c2b4f |
parent 2 | 0c23d71853fe |
permissions | -rw-r--r-- |
0 | 1 |
#------------------------------------------------- |
2 |
# |
|
3 |
# Project created by QtCreator 2010-05-05T13:56:52 |
|
4 |
# |
|
5 |
#------------------------------------------------- |
|
6 |
||
7 |
QT += core gui |
|
8 |
||
2
0c23d71853fe
added copying of two png images into publishercreator.cpp
jake
parents:
0
diff
changeset
|
9 |
TARGET = WidgetBuilder |
0 | 10 |
TEMPLATE = app |
11 |
||
12 |
||
13 |
SOURCES += main.cpp\ |
|
14 |
mainwindow.cpp \ |
|
15 |
renderercreator.cpp \ |
|
16 |
widgetcreator.cpp \ |
|
17 |
publishercreator.cpp |
|
18 |
||
19 |
HEADERS += mainwindow.h \ |
|
20 |
renderercreator.h \ |
|
21 |
widgetcreator.h \ |
|
22 |
publishercreator.h |
|
23 |
||
24 |
FORMS += mainwindow.ui |
|
25 |
||
26 |
RESOURCES += \ |
|
27 |
widgetgen.qrc |