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