Skip to content

Commit

Permalink
Merge pull request #6 from hasufell/master
Browse files Browse the repository at this point in the history
Fix QOAUTH_INCDIR/QOAUTH_LIBDIR with qt5 installations
  • Loading branch information
ayoy committed Feb 2, 2018
2 parents 8905aaa + 59e0010 commit 4b01e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oauth.prf
@@ -1,8 +1,8 @@
QOAUTH_INCDIR = $$[QT_INSTALL_HEADERS] QOAUTH_INCDIR = $$[QT_INSTALL_HEADERS]
QOAUTH_LIBDIR = $$[QT_INSTALL_LIBS] QOAUTH_LIBDIR = $$[QT_INSTALL_LIBS]


QOAUTH_INCDIR ~= s!/qt4*!! QOAUTH_INCDIR ~= s!/qt[45]*!!
QOAUTH_LIBDIR ~= s!/qt4*!! QOAUTH_LIBDIR ~= s!/qt[45]*!!


CONFIG *= qt CONFIG *= qt
CONFIG += crypto CONFIG += crypto
Expand Down

0 comments on commit 4b01e9f

Please sign in to comment.