#------------------------------------------------- # # Project created by QtCreator 2010-02-24T10:21:38 # #------------------------------------------------- TARGET = qmldump QT += declarative CONFIG += console TEMPLATE = app SOURCES += main.cpp \ qmlstreamwriter.cpp OTHER_FILES += Info.plist macx:QMAKE_INFO_PLIST = Info.plist HEADERS += \ qmlstreamwriter.h