From 89c2b2cd327a1f929924265622c80e22719998d4 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 4 Sep 2015 13:11:54 +0200 Subject: Support make install also on OS X It can be helpful, is not much effort, and parts did not restrict the install target to non-OS X already. Change-Id: I3501f37f089e981cf3f72d9250c9b9161d1565d6 Reviewed-by: Jake Petroules --- qtcreatordata.pri | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'qtcreatordata.pri') diff --git a/qtcreatordata.pri b/qtcreatordata.pri index 75251ccf0b3..7d723e3170a 100644 --- a/qtcreatordata.pri +++ b/qtcreatordata.pri @@ -34,10 +34,8 @@ defineReplace(stripStaticBase) { QMAKE_EXTRA_COMPILERS += copy2build } - !osx { - static.files = $$STATIC_FILES - static.base = $$STATIC_BASE - static.path = $$STATIC_INSTALL_BASE - INSTALLS += static - } + static.files = $$STATIC_FILES + static.base = $$STATIC_BASE + static.path = $$STATIC_INSTALL_BASE + INSTALLS += static } -- cgit v1.2.3