Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Improve MSVC support in project file.

Enable MSVC specifics by checking QMAKESPEC instead of depending on a qmake
command line switch.

Change-Id: I77f72acd6661d5d7bc5776cc2dc877a11920dc7e

+4 -2
+4 -2
rbutil/rbutilqt/rbutilqt.pro
··· 89 89 # flags in this order, put libucl at the end. 90 90 RBLIBS = rbspeex ipodpatcher sansapatcher mkamsboot mktccboot \ 91 91 mkmpioboot chinachippatcher mkimxboot ucl 92 - !msvc { 92 + !win32-msvc* { 93 93 QMAKE_EXTRA_TARGETS += extralibs 94 94 PRE_TARGETDEPS += extralibs 95 95 } 96 - msvc { 96 + win32-msvc* { 97 97 INCLUDEPATH += msvc 98 + LIBS += -L$$_PRO_FILE_/msvc 99 + LIBS += -ladvapi32 # required for MSVC / Qt Creator combination 98 100 } 99 101 100 102 # rule for creating ctags file