tst_qfile: Do not build helper application for winrt
The existence of the helper application confuses Coin which will result in an error. Change-Id: I3edf3f27acbe133b180d41a8ae950991e9a5b5da Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>bb10
parent
4cbf83604d
commit
40668b82f4
|
|
@ -1,2 +1,3 @@
|
|||
TEMPLATE = subdirs
|
||||
SUBDIRS = test stdinprocess
|
||||
SUBDIRS = test
|
||||
!winrt: SUBDIRS += stdinprocess
|
||||
|
|
|
|||
Loading…
Reference in New Issue