Added ability to add widgets from command-line.
[quick-widgets] / plugins / qmlprocess / qmlprocess.pro
1 TEMPLATE = lib
2 TARGET  = qmlprocess
3 QT += declarative
4 CONFIG += qt plugin
5
6 TARGET = $$qtLibraryTarget($$TARGET)
7
8 # Input
9 SOURCES += \
10     qmlprocess.cpp \
11     ProcessObject.cpp
12
13 OTHER_FILES=qmldir
14
15 HEADERS += \
16     qmlprocess.h \
17     ProcessObject.h
18
19 DESTDIR = qmlprocess