summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-10-28 12:34:47 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-10-28 12:40:58 +0000
commit2602d2e9ad77fd483a1cb0b3ceda55e748ad6839 (patch)
treec9c622e9835f83c9127211e25f66e104c1f6073e /src/src.pro
parenta4eced697c52108d6df09f96035e3123ec8a8406 (diff)
Remove 3rdparty libmodbus and cleanup depending code usage.
Change-Id: I3177a315c43d71bde35b8291aed9332c72d1d8d9 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/src.pro b/src/src.pro
index 5082259..bd12381 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,13 +1,8 @@
TEMPLATE = subdirs
-SUBDIRS += thirdparty
-thirdparty.subdir = 3rdparty
-thirdparty.target = sub-3rdparty
-
SUBDIRS += serialbus
serialbus.subdir = serialbus
serialbus.target = sub-serialbus
-serialbus.depends = thirdparty
SUBDIRS += plugins
plugins.subdir = plugins