summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2012-03-11 13:05:08 +0100
committerPaul Olav Tvete <paul.tvete@nokia.com>2012-03-12 17:11:42 +0100
commita2401ec66dfa18a8788079211fc422db4298e8b3 (patch)
tree848e60296a5603c3987fbde9088650cc539263f1 /sync.profile
parent6fbccbdbd922323e125f33472fd55e89491b2a8c (diff)
Make the module not depend on QtBase configure
This is convenient if we want to reconfigure without reconfiguring QtBase. Change-Id: I47dabeb4a66161fd0f7cafd57d00a6ee0097d8d3 Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 27887ee82..e964999d5 100644
--- a/sync.profile
+++ b/sync.profile
@@ -22,3 +22,8 @@
%dependencies = (
"qtbase" => "refs/heads/master",
);
+
+# Compile tests
+%configtests = (
+ "xkbcommon" => {}
+);