diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2012-03-11 13:05:08 +0100 |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2012-03-12 12:00:28 +0100 |
commit | 36df41bb337028064a6e12eecc0e310f1027dd7c (patch) | |
tree | ec8800b41e166980dbd81050a6657b65cfdc9668 /sync.profile | |
parent | 68e266b3f93fbf7f918a519f8e9198429ff1db07 (diff) | |
download | qtwayland-36df41bb337028064a6e12eecc0e310f1027dd7c.tar.gz |
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.profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile index 27887ee8..e964999d 100644 --- a/sync.profile +++ b/sync.profile @@ -22,3 +22,8 @@ %dependencies = ( "qtbase" => "refs/heads/master", ); + +# Compile tests +%configtests = ( + "xkbcommon" => {} +); |