You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/accounts-qml/files/accounts-qml-0.7-no-tests.p...

15 lines
307 B

--- a/accounts-qml-module.pro 2016-06-08 09:26:26.000000000 +0200
+++ b/accounts-qml-module.pro 2019-12-08 14:16:24.058806381 +0100
@@ -5,8 +5,9 @@
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = \
- src \
- tests
+ src
+
+CONFIG(tests): SUBDIRS += tests
include(common-installs-config.pri)