From b6290f30ae68590cbf571d24d6f7b8f00c1d36d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 22 Oct 2012 13:35:30 +0200 Subject: [PATCH] Add .qmake.conf with load(qt_build_config) like other Qt modules Change-Id: I7a0f96e724e12aeb3dd99428a7b891c91949954e Reviewed-by: Martin Smith --- .qmake.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 .qmake.conf diff --git a/.qmake.conf b/.qmake.conf new file mode 100644 index 00000000..42ba8e45 --- /dev/null +++ b/.qmake.conf @@ -0,0 +1 @@ +load(qt_build_config)