File: deepin-boot-maker.pro

package info (click to toggle)
deepin-boot-maker 5.10.0%2Bdfsg2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,368 kB
  • sloc: cpp: 6,206; python: 45; sh: 42; xml: 35; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
TEMPLATE  = subdirs
CONFIG   += ordered
SUBDIRS  += \
    src  \

linux {
manual_dir.files = $$PWD/src/help/deepin-boot-maker
manual_dir.path = /usr/share/deepin-manual/manual-assets/application
INSTALLS += manual_dir
}