Skip to content

Commit

Permalink
oops. remove the -L from QMAKE_LIBDIR.
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed Jun 11, 2012
1 parent ec778d3 commit 830c8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/settings.pro
Expand Up @@ -53,7 +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}
QMAKE_LIBDIR += $${BUILDLIBDIR}
}

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

0 comments on commit 830c8cd

Please sign in to comment.