From 4d7921b819c9966eb0732a3e672f18833d65c7fc Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 14 Aug 2012 22:09:33 +0200 Subject: make configure set up QMAKE_DEFAULT_{INC,LIB}DIRS hard-coding it in unix.conf was no particularly good idea for hopefully obvious reasons. the windows version is so far just a stub that does what the makespecs hard-coded - more doesn't seem worth the effort. the guys interested in x-building may want to rectify it at some point, but it's not going to be easy. Change-Id: I8fedd841a8416f8c0c57018752eae9510b5d00d0 Reviewed-by: Joerg Bornemann Reviewed-by: Oswald Buddenhagen --- mkspecs/common/unix.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'mkspecs') diff --git a/mkspecs/common/unix.conf b/mkspecs/common/unix.conf index 5bbc25bb1d..9ee626562b 100644 --- a/mkspecs/common/unix.conf +++ b/mkspecs/common/unix.conf @@ -13,7 +13,4 @@ QMAKE_PREFIX_SHLIB = lib QMAKE_PREFIX_STATICLIB = lib QMAKE_EXTENSION_STATICLIB = a -QMAKE_DEFAULT_INCDIRS = /usr/include /usr/local/include -QMAKE_DEFAULT_LIBDIRS = /usr/lib /usr/local/lib - include(shell-unix.conf) -- cgit v1.2.3