WidgetGen.pro
changeset 0 b856a9924bbc
child 2 0c23d71853fe
equal deleted inserted replaced
-1:000000000000 0:b856a9924bbc
       
     1 #-------------------------------------------------
       
     2 #
       
     3 # Project created by QtCreator 2010-05-05T13:56:52
       
     4 #
       
     5 #-------------------------------------------------
       
     6 
       
     7 QT       += core gui
       
     8 
       
     9 TARGET = WidgetGen
       
    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