X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2FCMakeLists.txt;h=8968cb4852f2c52eff7e328f7f822b59941864fa;hb=4ee4ab768d175c2bf9497b0a4cf5b98f0c6dd406;hp=ece66434a1ad922e502bb58583e0294144450118;hpb=0b65a2bc99ea926111c0ff19723bd5e2ac84827d;p=apitrace diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index ece6643..8968cb4 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -71,6 +71,11 @@ target_link_libraries (qapitrace ${QT_LIBRARIES} ) +# Recent builds of Qt no longer support i386 architecture +if (APPLE) + set_target_properties (qapitrace PROPERTIES OSX_ARCHITECTURES x86_64) +endif () + ########### install files ############### install (TARGETS qapitrace RUNTIME DESTINATION bin)