Skip to content

Commit

Permalink
Don't load qrc when building for epaper device
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Feb 5, 2024
1 parent 513d65a commit 5f69146
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions applications/display-server/display-server.pro
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ include(../../qmake/libblight.pri)

QMAKE_POST_LINK += sh $$_PRO_FILE_PWD_/generate_xml.sh

RESOURCES += \
qml.qrc

!contains(DEFINES, EPAPER){
RESOURCES += \
qml.qrc
}

DISTFILES += \
../../assets/etc/dbus-1/system.d/codes.eeems.blight.conf \
Expand Down

0 comments on commit 5f69146

Please sign in to comment.