summaryrefslogtreecommitdiffstats
path: root/src/plugins/resourcepolicy/resourcepolicy.pro
blob: 4805c5250843280e77e71c74a80c9839ce417fb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TARGET = resourceqt

QT += multimedia-private
CONFIG += no_private_qt_headers_warning link_pkgconfig
PKGCONFIG += libresourceqt5

PLUGIN_TYPE = resourcepolicy
PLUGIN_CLASS_NAME = ResourceQtPolicyPlugin
load(qt_plugin)

INCLUDEPATH += $$PWD \
    $${SOURCE_DIR}/src/multimedia

HEADERS += \
    $$PWD/resourcepolicyplugin.h \
    $$PWD/resourcepolicyimpl.h \
    $$PWD/resourcepolicyint.h

SOURCES += \
    $$PWD/resourcepolicyplugin.cpp \
    $$PWD/resourcepolicyimpl.cpp \
    $$PWD/resourcepolicyint.cpp