File: scripts.pro

package info (click to toggle)
qdirstat 2.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 12,024 kB
  • sloc: cpp: 26,846; perl: 543; sh: 434; xml: 80; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# qmake .pro file for qdirstat/scripts

isEmpty(INSTALL_PREFIX):INSTALL_PREFIX = /usr

TEMPLATE       = app
TARGET         = $(nothing)
QMAKE_STRIP    = /bin/true # prevent stripping the script(s)

scripts.files  = qdirstat-cache-writer
scripts.path   = $$INSTALL_PREFIX/bin

INSTALLS      += scripts