summaryrefslogtreecommitdiffstats
path: root/config.tests/common/avx/avx.pro
blob: 8d1b9702bcc3492cf16c901c2843ca293d50e07b (plain)
1
2
3
4
5
SOURCES = avx.cpp
CONFIG -= qt dylib release debug_and_release
CONFIG += debug console
isEmpty(QMAKE_CFLAGS_AVX):error("This compiler does not support AVX")
else:QMAKE_CXXFLAGS += $$QMAKE_CFLAGS_AVX