File: qtdbusextended.pri

package info (click to toggle)
dde-qt-dbus-factory 6.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,440 kB
  • sloc: xml: 4,874; cpp: 3,849; python: 45; makefile: 20
file content (15 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

QT      += dbus

HEADERS += \
    $$PWD/DBusExtended \
    $$PWD/dbusextended.h \
    $$PWD/DBusExtendedAbstractInterface \
    $$PWD/dbusextendedabstractinterface.h \
    $$PWD/dbusextendedpendingcallwatcher_p.h

SOURCES += \
    $$PWD/dbusextendedabstractinterface.cpp \
    $$PWD/dbusextendedpendingcallwatcher.cpp

INCLUDEPATH += $$PWD