diff options
| author | Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com> | 2015-02-13 16:25:31 +0100 |
|---|---|---|
| committer | Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com> | 2015-02-13 15:27:56 +0000 |
| commit | 1186451a6efe78fad20cb4aa44e2b046b597d3ce (patch) | |
| tree | 65b3ff080ccc00b78184cf5b41a6f4a44e0d4360 /examples/quick/controls/filesystembrowser/deployment.pri | |
| parent | 0674b38c9cd12fde6b41ef4be079352878befa9a (diff) | |
Fix install of filesystembrowser example
Change-Id: Iebc592d37b8c720bdced5946e1c1a56322a06411
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
Diffstat (limited to 'examples/quick/controls/filesystembrowser/deployment.pri')
| -rw-r--r-- | examples/quick/controls/filesystembrowser/deployment.pri | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/examples/quick/controls/filesystembrowser/deployment.pri b/examples/quick/controls/filesystembrowser/deployment.pri deleted file mode 100644 index 5441b63dc..000000000 --- a/examples/quick/controls/filesystembrowser/deployment.pri +++ /dev/null @@ -1,27 +0,0 @@ -android-no-sdk { - target.path = /data/user/qt - export(target.path) - INSTALLS += target -} else:android { - x86 { - target.path = /libs/x86 - } else: armeabi-v7a { - target.path = /libs/armeabi-v7a - } else { - target.path = /libs/armeabi - } - export(target.path) - INSTALLS += target -} else:unix { - isEmpty(target.path) { - qnx { - target.path = /tmp/$${TARGET}/bin - } else { - target.path = /opt/$${TARGET}/bin - } - export(target.path) - } - INSTALLS += target -} - -export(INSTALLS) |
