Merge pull request #224 from eszlari/move-to-packaging

Move OS-specific files to /packaging
This commit is contained in:
itsmattkc
2019-01-06 21:07:57 +11:00
committed by GitHub
4 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -202,13 +202,13 @@ HEADERS += \
FORMS +=
win32 {
RC_FILE = icons/resources.rc
RC_FILE = packaging/windows/resources.rc
LIBS += -lavutil -lavformat -lavcodec -lavfilter -lswscale -lswresample -lopengl32
}
mac {
LIBS += -L/usr/local/lib -lavutil -lavformat -lavcodec -lavfilter -lswscale -lswresample
ICON = icons/olive.icns
ICON = packaging/macos/olive.icns
INCLUDEPATH = /usr/local/include
}

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 131 KiB