forked from organicmaps/organicmaps
Fixed Boost compilation for all platforms
This commit is contained in:
parent
8b63c3525b
commit
0783f31e82
1 changed files with 3 additions and 0 deletions
|
@ -184,3 +184,6 @@ CONFIG(production) {
|
|||
QMAKE_LFLAGS += /PDB:$${DESTDIR}/$${TARGET}.pdb /DEBUG
|
||||
}
|
||||
}
|
||||
|
||||
# Fix boost compilation error
|
||||
QMAKE_MOC = $$[QT_INSTALL_BINS]/moc -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED
|
||||
|
|
Loading…
Add table
Reference in a new issue