Skip to content

Commit

Permalink
Attempt to override the QMAKE_LIBDIR path for mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed Jun 11, 2012
1 parent 830c8cd commit 93fc5d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythtv/external/nzmqt/src/nzmqt.pro
Expand Up @@ -44,3 +44,6 @@ inc.path = $${PREFIX}/include/

INSTALLS += inc

mingw {
QMAKE_LIBDIR += $$[BUILDLIBDIR]
}
5 changes: 5 additions & 0 deletions mythtv/external/qjson/src/src.pro
Expand Up @@ -89,3 +89,8 @@ cppinc.files += $${PUBLIC_CPPHEADERS}
cppinc.path += $${PREFIX}/include/QJson/

INSTALLS += cppinc

mingw {
QMAKE_LIBDIR += $$[BUILDLIBDIR]
}

0 comments on commit 93fc5d5

Please sign in to comment.