From 0f85e0791f4a0bbc1fc19fc06f600cb5cbb35209 Mon Sep 17 00:00:00 2001 From: sndnvaps Date: Sun, 5 Mar 2017 10:56:15 +0800 Subject: [PATCH] let's install goqt_rcc to /usr/bin --- tools/rcc/rcc.pro | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/rcc/rcc.pro b/tools/rcc/rcc.pro index 9c7bd73..318ca08 100644 --- a/tools/rcc/rcc.pro +++ b/tools/rcc/rcc.pro @@ -20,3 +20,12 @@ SOURCES += main.cpp #target.path=$$[QT_INSTALL_BINS] #INSTALLS += target #include(../../qt_targets.pri) + +unix:!symbian { + maemo5 { + target.path = /opt/usr/bin + } else { + target.path = /usr/bin + } + INSTALLS += target +}