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