aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-04-02 14:19:26 -0400
committerMorten Johan Sørvig <morten.sorvig@digia.com>2013-04-03 11:03:14 +0200
commita7ed6430e738167fcb9def51d21c862816399c1b (patch)
treee8a3db88d2198df140a14c2a0eac07a1dddfa264 /sync.profile
parent20994f94c592de3e5c023d79c244937ab23f56de (diff)
Structure like a proper Qt module.
Change-Id: Ie69303983187826637ae8a12a8478bd044cdaf0d Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000..4a7e46b
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,7 @@
+%modules = (
+ "QtMacExtras" => "$basedir/src/macextras",
+);
+
+%dependencies = (
+ "qtbase" => "refs/heads/stable",
+);