ba1aba61cc
Just like configure.prf. Change-Id: I760e0ca5bec41b3befb738a8a7a468e8f1a15946 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
6 lines
199 B
Prolog
6 lines
199 B
Prolog
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
|