From 2ab01d2813c8823877019ea41349d037e5c29024 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 25 Oct 2016 15:55:07 +0200 Subject: Convert qt3d to the new configure system Remove some duplicated code between the assimp test and assimp_dependency.pri and do all pkg-config related tests during config time. Change-Id: If97c4cf53cd0356e7ee4e618a8d645ea697b3dfc Reviewed-by: Oswald Buddenhagen --- config.tests/assimp/assimp.pro | 7 ------- 1 file changed, 7 deletions(-) (limited to 'config.tests') diff --git a/config.tests/assimp/assimp.pro b/config.tests/assimp/assimp.pro index 712986c17..28dcadcbf 100644 --- a/config.tests/assimp/assimp.pro +++ b/config.tests/assimp/assimp.pro @@ -1,8 +1 @@ SOURCES += main.cpp - -unix:qtConfig(pkg-config) { - CONFIG += link_pkgconfig - PKGCONFIG += assimp -} else { - LIBS += -lassimp -} -- cgit v1.2.3