Bug #94 » 0001-ax_have_qt.m4-Fix-not-getting-variables-from-the-gen.patch
| m4/ax_have_qt.m4 | ||
|---|---|---|
|
am_have_qt_makefile=`mktemp`
|
||
|
# http://qt-project.org/doc/qt-5/qmake-variable-reference.html#qt
|
||
|
cat > $am_have_qt_pro << EOF
|
||
|
win32 {
|
||
|
CONFIG -= debug_and_release
|
||
|
CONFIG += release
|
||
|
}
|
||
|
qtHaveModule(axcontainer): QT += axcontainer
|
||
|
qtHaveModule(axserver): QT += axserver
|
||
|
qtHaveModule(concurrent): QT += concurrent
|
||