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