Skip to content

Commit

Permalink
fix pro file for egm stuffs (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBColton committed Aug 12, 2020
1 parent 79a68a7 commit 9251834
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RadialGM.pro
Expand Up @@ -5,7 +5,7 @@
#-------------------------------------------------

QT += core gui printsupport multimedia testlib
CONFIG += c++11
CONFIG += c++17

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

Expand Down Expand Up @@ -55,8 +55,10 @@ DEFINES += QT_DEPRECATED_WARNINGS

INCLUDEPATH += /usr/include/qt/ \
$$PWD/Submodules/enigma-dev/CommandLine/libEGM/ \
$$PWD/Submodules/enigma-dev/shared/ \
$$PWD/Submodules/enigma-dev/shared/protos/.eobjs/
LIBS += -L$$PWD/Submodules/enigma-dev/CommandLine/libEGM/ \
-lENIGMAShared \
-lEGM \
-lprotobuf \
-Wl,--rpath=$$PWD/Submodules/enigma-dev/ \
Expand Down

0 comments on commit 9251834

Please sign in to comment.