diff options
| author | Keith Isdale <keith.isdale@nokia.com> | 2010-10-06 12:33:30 +1000 |
|---|---|---|
| committer | Keith Isdale <keith.isdale@nokia.com> | 2010-10-06 12:33:30 +1000 |
| commit | d46853eafefc325993acb0a5a9c13f5c5875db65 (patch) | |
| tree | 17cf4b60be970833c569db0947cd96cd365df50e /QtMobility/sys_tactilefeedback | |
| parent | 161ffd15e5bb68bda7dc4828df6f6f574c9bdb1b (diff) | |
Make it easier to edit files in QtCreator via allowing it to add unused
maemo install rules
Diffstat (limited to 'QtMobility/sys_tactilefeedback')
| -rw-r--r-- | QtMobility/sys_tactilefeedback/sys_tactilefeedback.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/QtMobility/sys_tactilefeedback/sys_tactilefeedback.pro b/QtMobility/sys_tactilefeedback/sys_tactilefeedback.pro index 578932c..fdc4b5c 100644 --- a/QtMobility/sys_tactilefeedback/sys_tactilefeedback.pro +++ b/QtMobility/sys_tactilefeedback/sys_tactilefeedback.pro @@ -1,2 +1,11 @@ SOURCES=sys_tactilefeedback.qtt CONFIG+=systemtest + +unix:!symbian { + maemo5 { + target.path = /opt/usr/bin + } else { + target.path = /usr/local/bin + } + INSTALLS += target +} |
