From d7f477d1cd1fbad5fb0609f340af278cab8c6bae Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Mon, 7 Sep 2015 11:00:01 +0200 Subject: Add qtpurchasing as non-default module For 5.6 this is a tech preview, it will be added properly in 5.7. Change-Id: I709830fbcfc439d5446718093f0c16ad2dcb1e57 Reviewed-by: Frederik Gladhorn --- .gitmodules | 4 ++++ qt.pro | 1 + qtpurchasing | 1 + 3 files changed, 6 insertions(+) create mode 160000 qtpurchasing diff --git a/.gitmodules b/.gitmodules index b8fbe40d..211c331c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -190,3 +190,7 @@ url = ../qtquickcontrols2.git branch = 5.6 initrepo = true +[submodule "qtpurchasing"] + path = qtpurchasing + url = ../qtpurchasing.git + branch = 5.6 diff --git a/qt.pro b/qt.pro index b55805c9..a9ade877 100644 --- a/qt.pro +++ b/qt.pro @@ -93,6 +93,7 @@ addModule(qtserialbus, qtbase) addModule(qtserialport, qtbase) addModule(qtenginio, qtdeclarative) addModule(qtwebengine, qtquickcontrols qtwebchannel, qtlocation) +addModule(qtpurchasing, qtbase, qtdeclarative) addModule(qttranslations, qttools) addModule(qtdoc, qtdeclarative) addModule(qtqa, qtbase) diff --git a/qtpurchasing b/qtpurchasing new file mode 160000 index 00000000..951d75d7 --- /dev/null +++ b/qtpurchasing @@ -0,0 +1 @@ +Subproject commit 951d75d744ab66665b41d533ce3d38df07c04005 -- cgit v1.2.3