blob: c7a6d2e7192929bd680bab80ae8650a446b6768d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- signon-oauth2.pro.orig 2020-11-10 19:43:33 UTC
+++ signon-oauth2.pro
@@ -3,7 +3,7 @@ include( common-project-config.pri )
TEMPLATE = subdirs
CONFIG += ordered
-SUBDIRS = src tests
+SUBDIRS = src
CONFIG(make_examples) {
SUBDIRS += example
|