forked from qt-creator/qt-creator
21 lines
372 B
Prolog
21 lines
372 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# 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
|