Skip to content

Commit

Permalink
[qofono] Set up dependencies between subprojects. JB#37266
Browse files Browse the repository at this point in the history
Every time you use CONFIG+=ordered, a kitten dies!
  • Loading branch information
monich committed Apr 25, 2019
1 parent c4f45c0 commit 7e00a66
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions libqofono.pro
@@ -1,10 +1,11 @@
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += src \
plugin \
test \
ofonotest
SUBDIRS += src plugin test ofonotest
OTHER_FILES += \
rpm/libqofono-qt5.spec \
TODO \
README

OTHER_FILES += rpm/libqofono-qt5.spec \
TODO \
README
src.target = src-target
plugin.depends = src-target
test.depends = src-target
ofonotest.depends = src-target

0 comments on commit 7e00a66

Please sign in to comment.