File: libraw.pro

package info (click to toggle)
deepin-image-viewer 5.8.2-4.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 28,124 kB
  • sloc: cpp: 17,842; sh: 27; makefile: 11
file content (28 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TARGET  = xraw
TEMPLATE = lib
CONFIG += \
    c++11 \
    link_pkgconfig \
    plugin
DESTDIR = imageformats

PKGCONFIG += \
    libraw

HEADERS += \
    datastream.h \
    rawiohandler.h
SOURCES += \
    datastream.cpp \
    main.cpp \
    rawiohandler.cpp
OTHER_FILES += \
    raw.json

target.path += $$[QT_INSTALL_PLUGINS]/imageformats
INSTALLS += target

# For KDE, install a .desktop file with metadata about the loader
kde_desktop.files = raw.desktop
kde_desktop.path = $${INSTALL_KDEDIR}/share/kde4/services/qimageioplugins/
#INSTALLS += kde_desktop