Cleaner than deciding on startup with an env variable
Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
INCLUDEPATH += $$absolute_path(../lib, $$PWD)
LIBPATH = $$getOutDir()/$$getConfigDir()/lib
LIBS += -L$$LIBPATH -lQt5WebEngine
QMAKE_RPATHDIR += $$LIBPATH
# Quick hack for now as we mess with that for the gyp generation step.
MOC_DIR=$$PWD/.moc