Android: Fix compilation of qpluginloader test
The almostplugin has an unresolved symbol, and on Android we compile with -no-undefined. Change-Id: Ia631193890dfe8e7ac8e58087475164222d876fc Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
parent
86fa23b5e3
commit
a57f3ee9bb
@ -4,7 +4,7 @@ CONFIG += ordered
|
||||
SUBDIRS = lib \
|
||||
theplugin \
|
||||
tst
|
||||
!win32: !mac: SUBDIRS += almostplugin
|
||||
!android: !win32: !mac: SUBDIRS += almostplugin
|
||||
macx-*: SUBDIRS += machtest
|
||||
TARGET = tst_qpluginloader
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user