Skip to content

Commit 414f27e

Browse files
committed
Merge pull request sqlitebrowser#181 from samir-aguiar/master
qmake: Add compatibility with shadow build
2 parents a1c2108 + db7fdc2 commit 414f27e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/src.pro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ CONFIG(sqlcipher) {
9999
LIBS += -lsqlite3
100100
}
101101

102-
LIBPATH_QHEXEDIT=$$PWD/../libs/qhexedit
103-
LIBPATH_ANTLR=$$PWD/../libs/antlr-2.7.7
104-
LIBPATH_QCUSTOMPLOT=$$PWD/../libs/qcustomplot-source
102+
LIBPATH_QHEXEDIT=$$OUT_PWD/../libs/qhexedit
103+
LIBPATH_ANTLR=$$OUT_PWD/../libs/antlr-2.7.7
104+
LIBPATH_QCUSTOMPLOT=$$OUT_PWD/../libs/qcustomplot-source
105105
unix {
106106
LIBS += -ldl
107107
}

0 commit comments

Comments
 (0)