Skip to content

Commit

Permalink
QtApp: Added project settings for ubuntu (switchable)
Browse files Browse the repository at this point in the history
  • Loading branch information
masc4ii committed Sep 26, 2017
1 parent f4a942b commit 6478acc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion platform/qt/MLVApp.pro
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ win32: INCLUDEPATH += libpng16/include/
win32: LIBS += -L..\qt\libpng16\lib -llibpng \
-L..\qt\zlib -lzlib1

#Linux
#Linux (opensuse)
linux-g++*: INCLUDEPATH += /usr/local/include/
linux-g++*: LIBS += -L/usr/local/lib/ -lz -lpng
#Linux (Ubuntu)
#linux-g++*: INCLUDEPATH += /usr/local/include/libpng16/
#linux-g++*: LIBS += -L/usr/local/lib/ -lz -lpng16
##############

SOURCES += \
Expand Down

0 comments on commit 6478acc

Please sign in to comment.