Skip to content

Commit

Permalink
[connman-qt] Fix dependencies between subprojects. JB#37266
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Jun 6, 2017
1 parent ef139c6 commit 75dc13f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions connman-qt.pro
@@ -1,16 +1,13 @@
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += libconnman-qt

check.depends = all
check.CONFIG = phony recursive
QMAKE_EXTRA_TARGETS += check

# Adds 'coverage' target
include(coverage.pri)
# CONFIG flag to disable qml plugin
!noplugin {
SUBDIRS += plugin
libconnman-qt.target = lib-target
plugin.depends = lib-target
}
example {
SUBDIRS += examples/counters
Expand Down

0 comments on commit 75dc13f

Please sign in to comment.