Skip to content

Commit

Permalink
Hook in the LATE_LIBS to get the Qt lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed Jun 12, 2012
1 parent 93fc5d5 commit e38c94c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions mythtv/external/nzmqt/src/nzmqt.pro
Expand Up @@ -31,6 +31,7 @@ HEADERS += \
common/Tools.h

LIBS += -lzmq
LIBS += $${LATE_LIBS}

INCLUDEPATH += \
../include \
Expand All @@ -43,7 +44,3 @@ inc.files += ../include/nzmqt/nzmqt.hpp
inc.path = $${PREFIX}/include/

INSTALLS += inc

mingw {
QMAKE_LIBDIR += $$[BUILDLIBDIR]
}
6 changes: 2 additions & 4 deletions mythtv/external/qjson/src/src.pro
Expand Up @@ -22,6 +22,8 @@ macx: CONFIG += lib_bundle
QJSON_CPP = $$QJSON_SRCBASE
INCLUDEPATH += $$QJSON_CPP

LIBS += $${LATE_LIBS}

PRIVATE_HEADERS += \
json_parser.hh \
json_scanner.h \
Expand Down Expand Up @@ -90,7 +92,3 @@ cppinc.path += $${PREFIX}/include/QJson/

INSTALLS += cppinc

mingw {
QMAKE_LIBDIR += $$[BUILDLIBDIR]
}

1 change: 0 additions & 1 deletion mythtv/settings.pro
Expand Up @@ -53,7 +53,6 @@ isEmpty(TARGET_OS) : win32 {
# win32-packager.pl builds Qt under DOS, but MythTV is built in MinGW.
# This corrects the moc tool path from a DOS-style to a unix style:
QMAKE_MOC = $$[QT_INSTALL_BINS]/moc
QMAKE_LIBDIR += $${BUILDLIBDIR}
}

# if CYGWIN compile, set up flag in CONFIG
Expand Down

0 comments on commit e38c94c

Please sign in to comment.