summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 8133fb0f5ab4f7ffc7752aec918a643a5f8df64b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

override_dh_auto_configure:
	ln -s -f ../../../../plugins/Themes/Oxygen/resources/player_pause.png plugins-alternative/Themes/Teracopy/resources
	dh_auto_configure --buildsystem=qmake -- \
		QMAKE_CXXFLAGS_RELEASE="$(CXXFLAGS) $(CPPFLAGS)" \
		QMAKE_CXXFLAGS_DEBUG="$(CXXFLAGS) $(CPPFLAGS)" build.pro

clean:
	rm -f build
	rm -f plugins-alternative/Themes/Teracopy/resources/player_pause.png
	dh clean --buildsystem=qmake

build:
	dh build --buildsystem=qmake
	touch build

%:
	dh $@ --buildsystem=qmake