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