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 +}