summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-01 20:29:58 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-01 20:29:58 +0000
commitd5c0d088adcff6364f6154eb26d38bd57b535e25 (patch)
treed43637b281c5676b0be1fd5a22b0741f2fb317a9 /debian/rules
parent17177ee9cca7ff6e48b03b66fa9213cd08213609 (diff)
downloadkuickshow-d5c0d088adcff6364f6154eb26d38bd57b535e25.tar.gz
kuickshow-d5c0d088adcff6364f6154eb26d38bd57b535e25.zip
TQt4 port kuickshow
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kuickshow@1239028 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 8c14ff2..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,15 +0,0 @@
-#! /usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include debian/cdbs/debian-qt-kde.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/rules/utils.mk
-
-DEB_CONFIGURE_INCLUDEDIR := /opt/kde3/include/kde
-DEB_CONFIGURE_MANDIR := /opt/kde3/share/man
-DEB_CONFIGURE_PREFIX := /opt/kde3
-DEB_CONFIGURE_INFODIR := /opt/kde3/share/info
-
-cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
-
-DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/kde3 --with-extra-libs=/opt/kde3/lib --with-extra-includes=/opt/kde3/include/kde