File: configure

package info (click to toggle)
fracplanet 0.5.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 752 kB
  • sloc: cpp: 6,473; sh: 106; makefile: 62
file content (11 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

echo "***"
echo "*** This script assumes Debian's Qt setup with a qtchooser supporting the -qt=5 option."
echo "*** On Debian Squeeze, change to use -qt=4 instead."
echo "*** Other Qt setups may require removing the -qt=5 option from qmake and setting QTDIR and PATH as usual."
echo "***"

VERSION_NUMBER=`./VERSION`

qmake -qt=5 "VERSION_NUMBER=$VERSION_NUMBER" "$@" fracplanet.pro && make -j 4