blob: c7d2d41b9dab420222b1a5b70f823c80028434c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Disable compilation of examples
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Index: qextserialport-ef4af2a2ee3f/qextserialport.pro
===================================================================
--- qextserialport-ef4af2a2ee3f.orig/qextserialport.pro
+++ qextserialport-ef4af2a2ee3f/qextserialport.pro
@@ -1,7 +1,4 @@
#
TEMPLATE = subdirs
CONFIG += ordered
-SUBDIRS = src \
- examples/enumerator \
- examples/event
-
+SUBDIRS = src
|