1# qmake .pro file for qdirstat/scripts
2
3isEmpty(INSTALL_PREFIX):INSTALL_PREFIX = /usr
4
5TEMPLATE       = app
6TARGET         = $(nothing)
7QMAKE_STRIP    = /bin/true # prevent stripping the script(s)
8
9scripts.files  = qdirstat-cache-writer
10scripts.path   = $$INSTALL_PREFIX/bin
11
12INSTALLS      += scripts
13
14