From 298cbd77ff313a89d9f91adf431841d09e966cb1 Mon Sep 17 00:00:00 2001 From: Alexey Zhikhartsev Date: Mon, 19 Aug 2013 19:44:29 +0400 Subject: [PATCH] Don't include tinyxml from both lib.pri and test.pro --- test/test.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test.pro b/test/test.pro index cdc0844f5..ba40b8618 100644 --- a/test/test.pro +++ b/test/test.pro @@ -8,8 +8,6 @@ CONFIG -= qt app_bundle include(../console_common.pri) -BASEPATH = ../externals/tinyxml/ -include(../externals/tinyxml/tinyxml.pri) BASEPATH = ../lib/ include(../lib/lib.pri) BASEPATH = .