Remove Q_WS_*, symbian and maemo code in QtDeclarative
[profile/ivi/qtdeclarative.git] / src / plugins / qmltooling / qmldbg_ost / qmldbg_ost.pro
1 TARGET = qmldbg_ost
2 QT       += declarative network
3
4 load(qt_plugin)
5
6 QTDIR_build:DESTDIR  = $$QT_BUILD_TREE/plugins/qmltooling
7 QTDIR_build:REQUIRES += "contains(QT_CONFIG, declarative)"
8
9 SOURCES += \
10     qmlostplugin.cpp \
11     qostdevice.cpp
12
13 HEADERS += \
14     qmlostplugin.h \
15     qostdevice.h \
16     usbostcomm.h
17
18 target.path += $$[QT_INSTALL_PLUGINS]/qmltooling
19 INSTALLS += target