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 May 9, 2018
1 parent a0bf9e8 commit 4b5d47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/plugin.pro
Expand Up @@ -23,7 +23,7 @@ QMAKE_LFLAGS *= -Wl,--as-needed
target.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH
INSTALLS += target

qmldir.files += $$_PRO_FILE_PWD_/qmldir
qmldir.files += qmldir
qmldir.path += $$target.path
INSTALLS += qmldir

Expand Down

0 comments on commit 4b5d47a

Please sign in to comment.