File: qdirstat.pro

package info (click to toggle)
qdirstat 1.5-1%2Bdeb10u1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 6,288 kB
  • sloc: cpp: 17,199; perl: 300; makefile: 8
file content (21 lines) | stat: -rw-r--r-- 406 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Toplevel qmake .pro file. Create a Makefile from this with
#
#     qmake
#
# Then build the program with
#
#     make
#
# Then install it with
#
#     sudo make install
#
# By default, everyting is installed to /usr.
# If you want to install to, say, /usr/local, set INSTALL_PREFIX:
#
#     qmake INSTALL_PREFIX=/usr/local

TEMPLATE = subdirs
CONFIG  += ordered

SUBDIRS  = src scripts doc doc/stats man