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