Skip to content

Commit

Permalink
remove weird install path for example
Browse files Browse the repository at this point in the history
the deployment system on top should deal with this.

Change-Id: I1befb3e0c9bb6546afc59a40e525d1d600475a86
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
  • Loading branch information
ossilator committed Apr 13, 2016
1 parent 932c8a5 commit aef55eb
Showing 1 changed file with 2 additions and 6 deletions.
Expand Up @@ -7,12 +7,8 @@ static {
QT += svg
QTPLUGIN += qtvirtualkeyboardplugin
}
android-no-sdk|!isEmpty(CROSS_COMPILE) {
TARGETPATH = /data/user/qt/virtualkeyboard
} else {
TARGETPATH = $$[QT_INSTALL_EXAMPLES]/virtualkeyboard
}
target.path = $$TARGETPATH

target.path = $$[QT_INSTALL_EXAMPLES]/virtualkeyboard
INSTALLS += target

RESOURCES += \
Expand Down

0 comments on commit aef55eb

Please sign in to comment.