summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2016-05-12 15:39:03 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2016-05-13 11:27:46 +0000
commit78eb4438fd65fe4539b414db91dbc2dd7696434a (patch)
tree14ea399906d679adc33646ed0528bc817c292213 /tests
parent70ffb4775bec0549fe0da03aab6a6227d10e581b (diff)
CAN: Do not use PUBLIC(PRIVATE)_HEADERS division
... also made small cosmetic dependent refactoring of plugins project files. Change-Id: I0fbfd585c14868944a3cac8ff5bd82408a5cace6 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/plugins/genericcanbus/genericcanbus.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/plugins/genericcanbus/genericcanbus.pro b/tests/auto/plugins/genericcanbus/genericcanbus.pro
index e58df3c..f78c3d4 100644
--- a/tests/auto/plugins/genericcanbus/genericcanbus.pro
+++ b/tests/auto/plugins/genericcanbus/genericcanbus.pro
@@ -5,8 +5,10 @@ QT = core serialbus
HEADERS += \
dummybackend.h
-SOURCES += main.cpp \
+SOURCES += \
+ main.cpp \
dummybackend.cpp
+
DISTFILES = plugin.json
PLUGIN_TYPE = canbus