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