aboutsummaryrefslogtreecommitdiffstats
path: root/com.pelagicore.camera/plugin/plugin.pro
blob: 9edcc7d7d31623a1b081039c522af91cfe5c1ebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TEMPLATE = lib
TARGET = camera
QT += qml quick
CONFIG += plugin

TARGET = $$qtLibraryTarget($$TARGET)

# Input
SOURCES += \
    camera_plugin.cpp \
    camerastream.cpp

HEADERS += \
    camera_plugin.h \
    camerastream.h

installPath = /apps/com.pelagicore.camera/imports/camera
target.path = $$installPath
qmldir.files = qmldir
qmldir.path = $$installPath
INSTALLS += target qmldir

OTHER_FILES = qmldir