From a67cd0b855c1c50cbe196a7255c9054b516f8e10 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 15 Jun 2015 13:03:24 +0300 Subject: [PATCH] Remove CONFIG += ordered. --HG-- branch : feature --- src/test/test.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/test.pro b/src/test/test.pro index 2d7250662..c6011dc86 100644 --- a/src/test/test.pro +++ b/src/test/test.pro @@ -1,4 +1,4 @@ TEMPLATE = subdirs -CONFIG += ordered -SUBDIRS = ParserTest \ +SUBDIRS = \ + ParserTest \ ValentinaTest