summaryrefslogtreecommitdiffstats
path: root/common.pri
blob: 5f4dbc3bcbf6af01dd02cd26aa0747fd206ada44 (plain)
1
2
3
4
5
6
7
8
macx:LIBPATH = $$getOutDir()/$$getConfigDir()
else:LIBPATH = $$getOutDir()/$$getConfigDir()/lib

macx: CONFIG -= app_bundle

# Allows examples/tests to link to libQt5WebEngineCore which
# isn't deployed properly yet.
QMAKE_RPATHDIR += $$LIBPATH