aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-11-10 13:21:10 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-11-13 09:22:22 +0000
commit83b45e90309c83665b8691a1a5c000efdde154fd (patch)
treeab5468fb284130bd03ef401ee0daef95110c9049 /qt.pro
parent1197dbb1dba907bd84e3f4420d063a78fa4ed3e2 (diff)
declare mandatory dep serialbus => serialport
Change-Id: I35c5f18b7c8856071413e50590308f402be7e528 Reviewed-by: Rolf Eike Beer <eb@emlix.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'qt.pro')
-rw-r--r--qt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt.pro b/qt.pro
index d96659e2..f1274801 100644
--- a/qt.pro
+++ b/qt.pro
@@ -90,7 +90,7 @@ addModule(qtscript, qtbase, qttools)
addModule(qtquick1, qtscript, qtsvg qtxmlpatterns)
addModule(qtdocgallery, qtdeclarative)
addModule(qtwayland, qtbase, qtdeclarative)
-addModule(qtserialbus, qtbase)
+addModule(qtserialbus, qtserialport)
addModule(qtenginio, qtdeclarative)
addModule(qtwebengine, qtquickcontrols qtwebchannel, qtlocation)
addModule(qtwebview, qtdeclarative, qtwebengine)