summaryrefslogtreecommitdiffstats
path: root/config.tests/common/avx2/avx2.pro
blob: 5aa9429d68ed89862f401d1296e34dcf7fdeb7a3 (plain)
1
2
3
4
5
6
SOURCES = avx2.cpp
CONFIG -= qt dylib release debug_and_release
CONFIG += debug console
mac:CONFIG -= app_bundle
isEmpty(QMAKE_CFLAGS_AVX2):error("This compiler does not support AVX2")
else:QMAKE_CXXFLAGS += $$QMAKE_CFLAGS_AVX2