summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorAnselmo L. S. Melo <anselmo.melo@openbossa.org>2012-02-20 11:22:09 -0300
committerAnselmo L. S. Melo <anselmo.melo@openbossa.org>2012-03-14 23:49:34 +0100
commitd08d76f2618a4be565491f79d9710eacab4073aa (patch)
tree87c4f9e5b2b83db2425f52a07c219f576b6b6eb7 /modules
parent78fd5973ebc2213e024c14a23a6c9a264e7cc1eb (diff)
Long live UiHelpers!
Prepare sync.profile, .pro and module .pri file. Change-Id: I68251c96bd572eb0c4a60ef874c583cec1fab80a Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>
Diffstat (limited to 'modules')
-rw-r--r--modules/qt_uihelpers.pri17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/qt_uihelpers.pri b/modules/qt_uihelpers.pri
new file mode 100644
index 0000000..2e4631b
--- /dev/null
+++ b/modules/qt_uihelpers.pri
@@ -0,0 +1,17 @@
+QT.uihelpers.VERSION = 5.0.0
+QT.uihelpers.MAJOR_VERSION = 5
+QT.uihelpers.MINOR_VERSION = 0
+QT.uihelpers.PATCH_VERSION = 0
+
+QT.uihelpers.name = UiHelpers
+QT.uihelpers.bins = $$QT_MODULE_BIN_BASE
+QT.uihelpers.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/UiHelpers
+QT.uihelpers.private_includes = $$QT_MODULE_INCLUDE_BASE/UiHelpers/$$QT.uihelpers.VERSION
+QT.uihelpers.sources = $$QT_MODULE_BASE/src
+QT.uihelpers.libs = $$QT_MODULE_LIB_BASE
+QT.uihelpers.plugins = $$QT_MODULE_PLUGIN_BASE
+QT.uihelpers.imports = $$QT_MODULE_IMPORT_BASE
+QT.uihelpers.depends = core gui
+QT.uihelpers.DEFINES = UIHELPERS_LIB
+
+QT_CONFIG += uihelpers