File: controller.pro

package info (click to toggle)
qtmpris 1.0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 484 kB
  • sloc: cpp: 3,794; xml: 72; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include(../../common.pri)

TEMPLATE = app
TARGET = controller
CONFIG += qt link_pkgconfig

QT += qml quick

DEPENDPATH += ../../src
INCLUDEPATH += ../../src
LIBS += -L../../src -l$${MPRISQTLIB}

SOURCES += \
    controller.cpp

target.path = /usr/bin

INSTALLS += target