Try to fix TestFrame.bmp install 2.
This commit is contained in:
parent
ce9401b8f0
commit
124a9fb405
3 changed files with 3 additions and 3 deletions
|
@ -99,7 +99,7 @@ infoPlist.files = $$shell_path($${OUT_PWD}/Info.plist)
|
|||
infoPlist.path = $${PREFIX}/$${CONTENTSPATH}
|
||||
infoPlist.CONFIG += no_check_exist
|
||||
|
||||
resources.files = $$shell_path($${PWD}/../../share/TestFrame/TestFrame.bmp)
|
||||
resources.files = ../../share/TestFrame/TestFrame.bmp
|
||||
resources.path = $${PREFIX}/$${RESOURCESPATH}
|
||||
|
||||
QMAKE_POST_LINK = \
|
||||
|
|
|
@ -128,7 +128,7 @@ INSTALLS += \
|
|||
|
||||
target.path = $${PREFIX}/$${INSTALLPATH}
|
||||
|
||||
resources.files = $$shell_path($${PWD}/../../share/TestFrame/TestFrame.bmp)
|
||||
resources.files = ../../share/TestFrame/TestFrame.bmp)
|
||||
resources.path = $${PREFIX}/$${RESOURCESPATH}
|
||||
|
||||
QMAKE_POST_LINK = \
|
||||
|
|
|
@ -21,4 +21,4 @@
|
|||
export PATH=/mingw64/bin:$PATH
|
||||
python3 ports/deploy/deploy.py
|
||||
echo READ MAKE
|
||||
grep 'TestFrame.bmp' dshow/VirtualCamera/Makefile.Release
|
||||
cat dshow/VirtualCamera/Makefile.Release
|
||||
|
|
Loading…
Reference in a new issue