qt5base-lts/config.tests/common/atomicfptr/atomicfptr.pro
Thiago Macieira 7835b260a9 configure: check whether std::atomic<T> works for function pointers
And ask the user to apply one of the patches we're carrying to their
Standard Libraries.

Change-Id: I7e6338336dd6468ead24ffff141139c79056922e
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2016-06-09 15:58:23 +00:00

4 lines
73 B
Prolog

SOURCES = atomicfptr.cpp
CONFIG += c++11 console
CONFIG -= qt app_bundle