diff options
-rw-r--r-- | rbutil/rbutilqt/rbutilqt.pro | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rbutil/rbutilqt/rbutilqt.pro b/rbutil/rbutilqt/rbutilqt.pro index 366cc486e0..7ba1f63fb9 100644 --- a/rbutil/rbutilqt/rbutilqt.pro +++ b/rbutil/rbutilqt/rbutilqt.pro | |||
@@ -5,7 +5,6 @@ | |||
5 | # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < | 5 | # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < |
6 | # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ | 6 | # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ |
7 | # \/ \/ \/ \/ \/ | 7 | # \/ \/ \/ \/ \/ |
8 | # $Id$ | ||
9 | # | 8 | # |
10 | # All files in this archive are subject to the GNU General Public License. | 9 | # All files in this archive are subject to the GNU General Public License. |
11 | # See the file COPYING in the source tree root for full license agreement. | 10 | # See the file COPYING in the source tree root for full license agreement. |
@@ -19,8 +18,8 @@ unix:!mac:!noccache { | |||
19 | CCACHE = $$system(which ccache) | 18 | CCACHE = $$system(which ccache) |
20 | !isEmpty(CCACHE) { | 19 | !isEmpty(CCACHE) { |
21 | message("using ccache") | 20 | message("using ccache") |
22 | QMAKE_CXX = ccache g++ | 21 | QMAKE_CXX = ccache $$QMAKE_CXX |
23 | QMAKE_CC = ccache gcc | 22 | QMAKE_CC = ccache $$QMAKE_CC |
24 | } | 23 | } |
25 | } | 24 | } |
26 | 25 | ||