WidgetGen.pro
changeset 0 b856a9924bbc
child 2 0c23d71853fe
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WidgetGen.pro	Wed Jun 02 13:22:05 2010 +0300
@@ -0,0 +1,27 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2010-05-05T13:56:52
+#
+#-------------------------------------------------
+
+QT       += core gui
+
+TARGET = WidgetGen
+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