Skip to content

Commit

Permalink
Remove Ice version/path locks for static builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gclawes committed May 7, 2019
1 parent d737867 commit f0b393a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions src/murmur/murmur.pro
Expand Up @@ -136,8 +136,6 @@ ice {
}

unix:!macx:CONFIG(static) {
INCLUDEPATH *= /opt/Ice-3.3/include
QMAKE_LIBDIR *= /opt/Ice-3.3/lib
LIBS *= -lbz2
QMAKE_CXXFLAGS *= -fPIC
}
Expand Down
5 changes: 0 additions & 5 deletions src/murmur/murmur_ice/murmur_ice.pro
Expand Up @@ -56,11 +56,6 @@ unix:!macx:CONFIG(buildenv) {
slice.commands = $$(MUMBLE_ICE_PREFIX)/bin/slice2cpp --checksum -I$$(MUMBLE_ICE_PREFIX)/slice/ ../Murmur.ice
}

unix:!macx:CONFIG(static) {
INCLUDEPATH *= /opt/Ice-3.3/include
slice.commands = /opt/Ice-3.3/bin/slice2cpp --checksum -I/opt/Ice-3.3/slice ../Murmur.ice
}

macx:CONFIG(static) {
LIBS *= -lbz2 -liconv
QMAKE_CXXFLAGS *= -fPIC
Expand Down

0 comments on commit f0b393a

Please sign in to comment.