Skip to content

Commit

Permalink
Fix pro file
Browse files Browse the repository at this point in the history
  • Loading branch information
niutech committed Apr 13, 2021
1 parent f2207a8 commit 38dde0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qt-ultralight-browser.pro
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ COPIES += ultralightBin ultralightRes

ultralightBin.files = $$files($$PWD/../ultralight/bin/*.dll)
debug: ultralightBin.path = $$OUT_PWD/debug
else: ultralightBin.path = $$OUT_PWD/release
release: ultralightBin.path = $$OUT_PWD/release

ultralightRes.files = $$files($$PWD/../ultralight/bin/resources/*)
debug: ultralightRes.path = $$OUT_PWD/debug/resources
else: ultralightRes.path = $$OUT_PWD/release/resources
release: ultralightRes.path = $$OUT_PWD/release/resources

0 comments on commit 38dde0c

Please sign in to comment.