We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 887ed6b + 1cec367 commit 01b36e0Copy full SHA for 01b36e0
distributions/debian/rules
@@ -6,7 +6,7 @@ export QT_SELECT=qt5
6
dh $@
7
8
override_dh_auto_configure:
9
- mkdir -p build-gui && cd build-gui && qmake TARGET=jamulus PREFIX=/usr ../Jamulus.pro
+ mkdir -p build-gui && cd build-gui && qmake "CONFIG+=noupcasename" PREFIX=/usr ../Jamulus.pro
10
mkdir -p build-nox && cd build-nox && qmake "CONFIG+=nosound headless" TARGET=jamulus-headless PREFIX=/usr ../Jamulus.pro
11
12
override_dh_auto_build:
0 commit comments