Skip to content

Commit

Permalink
qapple: patch qapple.pro.
Browse files Browse the repository at this point in the history
Qt Creator is better at debugging qapple.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
  • Loading branch information
audetto committed Dec 12, 2021
1 parent b80f7c5 commit c758e68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/frontends/qt/qapple.pro
Expand Up @@ -48,8 +48,9 @@ RESOURCES += \

LIBS += -L$$PWD/../../../build/source -lappleii
LIBS += -L$$PWD/../../../build/source/frontends/common2 -lcommon2
LIBS += -L$$PWD/../../../build/source/linux/libwindows -lwindows
LIBS += -L$$PWD/../../../build/source/frontends/qt/QHexView -lqhexview-lib
LIBS += -levdev
LIBS += -levdev -lminizip -lz -lyaml -lslirp -lpcap

INCLUDEPATH += $$PWD/../../../source
INCLUDEPATH += $$PWD/../../../source/linux/libwindows
Expand Down

0 comments on commit c758e68

Please sign in to comment.