Skip to content

Commit

Permalink
Hook in the BUILDLIBDIR in settings.pro.
Browse files Browse the repository at this point in the history
Hopefully should allow for nzmqt and qjson to compile in mingw.  We'll see
shortly.
  • Loading branch information
Beirdo committed Jun 11, 2012
1 parent f840288 commit ec778d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/settings.pro
Expand Up @@ -53,6 +53,7 @@ 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 += -L$${BUILDLIBDIR}
}

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

0 comments on commit ec778d3

Please sign in to comment.