From 494c616951d41f2f394a7157f8970e14096f41b4 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 30 Apr 2013 14:46:08 +0200 Subject: Fix examples directory layout Move examples into a dedicated 'serialport' directory. This is in line with what the other modules do, and makes sure that the examples show up in a sensible place even for the 'combined' source packages. Task-number: QTBUG-30912 Change-Id: Iefa2b634df3d2eb34f655b34f6fb24a224b78869 Reviewed-by: Friedemann Kleint Reviewed-by: Laszlo Papp Reviewed-by: Jerome Pasion --- examples/examples.pro | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'examples/examples.pro') diff --git a/examples/examples.pro b/examples/examples.pro index 32e50b28..85843beb 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,8 +1,3 @@ TEMPLATE = subdirs -CONFIG += ordered -SUBDIRS = cenumerator -greaterThan(QT_MAJOR_VERSION, 4) { - !isEmpty(QT.widgets.name):SUBDIRS += enumerator terminal blockingmaster blockingslave -} else { - SUBDIRS += enumerator terminal blockingmaster blockingslave master slave -} + +SUBDIRS += serialport -- cgit v1.2.3