Try to fix TestFrame.bmp install 2.

This commit is contained in:
Gonzalo Exequiel Pedone 2020-06-18 16:25:49 -03:00
parent ce9401b8f0
commit 124a9fb405
No known key found for this signature in database
GPG key ID: B8B09E63E9B85BAF
3 changed files with 3 additions and 3 deletions

View file

@ -99,7 +99,7 @@ infoPlist.files = $$shell_path($${OUT_PWD}/Info.plist)
infoPlist.path = $${PREFIX}/$${CONTENTSPATH} infoPlist.path = $${PREFIX}/$${CONTENTSPATH}
infoPlist.CONFIG += no_check_exist infoPlist.CONFIG += no_check_exist
resources.files = $$shell_path($${PWD}/../../share/TestFrame/TestFrame.bmp) resources.files = ../../share/TestFrame/TestFrame.bmp
resources.path = $${PREFIX}/$${RESOURCESPATH} resources.path = $${PREFIX}/$${RESOURCESPATH}
QMAKE_POST_LINK = \ QMAKE_POST_LINK = \

View file

@ -128,7 +128,7 @@ INSTALLS += \
target.path = $${PREFIX}/$${INSTALLPATH} target.path = $${PREFIX}/$${INSTALLPATH}
resources.files = $$shell_path($${PWD}/../../share/TestFrame/TestFrame.bmp) resources.files = ../../share/TestFrame/TestFrame.bmp)
resources.path = $${PREFIX}/$${RESOURCESPATH} resources.path = $${PREFIX}/$${RESOURCESPATH}
QMAKE_POST_LINK = \ QMAKE_POST_LINK = \

View file

@ -21,4 +21,4 @@
export PATH=/mingw64/bin:$PATH export PATH=/mingw64/bin:$PATH
python3 ports/deploy/deploy.py python3 ports/deploy/deploy.py
echo READ MAKE echo READ MAKE
grep 'TestFrame.bmp' dshow/VirtualCamera/Makefile.Release cat dshow/VirtualCamera/Makefile.Release