Skip to content

Commit

Permalink
Remove unneeded _PRO_FILE_PWD_ use
Browse files Browse the repository at this point in the history
  • Loading branch information
martyone committed Aug 23, 2018
1 parent 5c7f7da commit 53a25c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/plugin.pro
Expand Up @@ -11,7 +11,7 @@ PKGCONFIG += profile usb-moded-qt5 nemomodels-qt5 libsailfishkeyprovider connman
target.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH
INSTALLS += target

qmldir.files += $$_PRO_FILE_PWD_/qmldir
qmldir.files += qmldir
qmldir.path += $$[QT_INSTALL_QML]/$$$$PLUGIN_IMPORT_PATH
INSTALLS += qmldir

Expand Down

0 comments on commit 53a25c2

Please sign in to comment.