aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control6
-rw-r--r--debian/libmeegotouchqtstyle.install1
-rwxr-xr-xdebian/rules5
3 files changed, 12 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 0e04e178..ed24163e 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,12 @@ Depends: ${misc:Depends}, ${launcher:Depends}, ${shlibs:Depends}
Description: MeeGo Touch views library
MeeGo Touch views framework library
+Package: libmeegotouchqtstyle
+Architecture: any
+Depends: libmeegotouchcore0, libmeegotouchviews0
+Description: MeeGo Touch Qt style for plain Qt applications
+ MeeGo Touch Qt style plugin
+
Package: libmeegotouch-bin
Architecture: any
Depends: ${misc:Depends}, ${launcher:Depends}, ${shlibs:Depends}
diff --git a/debian/libmeegotouchqtstyle.install b/debian/libmeegotouchqtstyle.install
new file mode 100644
index 00000000..691ace4d
--- /dev/null
+++ b/debian/libmeegotouchqtstyle.install
@@ -0,0 +1 @@
+usr/lib/qt4/plugins/styles/libmeegotouchqtstyleplugin.so* \ No newline at end of file
diff --git a/debian/rules b/debian/rules
index dde0c677..07abc69e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,6 +59,11 @@ ifeq (,$(findstring notestability,$(DEB_BUILD_OPTIONS)))
OPTIONS += -testable
endif
+#add plainqt
+ifneq (,$(findstring plainqt,$(DEB_BUILD_OPTIONS)))
+ OPTIONS += -plainqt
+endif
+
# Perform a minimal build by setting DEB_BUILD_OPTION=minimal,...
ifeq (,$(findstring minimal,$(DEB_BUILD_OPTIONS)))
OPTIONS += -make "tests benchmarks"