summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2012-03-11 13:05:08 +0100
committerJørgen Lind <jorgen.lind@nokia.com>2012-03-12 12:00:28 +0100
commit36df41bb337028064a6e12eecc0e310f1027dd7c (patch)
treeec8800b41e166980dbd81050a6657b65cfdc9668 /sync.profile
parent68e266b3f93fbf7f918a519f8e9198429ff1db07 (diff)
Make the module not depend on QtBase configure
This is convenient if we want to reconfigure without reconfiguring QtBase. Change-Id: I719ba0d89905287a557e962ed6d804514e44b7f5 Reviewed-by: Laszlo Agocs <laszlo.p.agocs@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" => {}
+);