Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-63573

"ERROR: Cannot compile a minimal program. The toolchain or QMakeSpec is broken" while building Qt 5.9

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: P1: Critical P1: Critical
    • None
    • 5.9, 5.11
    • Build System
    • None
    • macOS Sierra 10.12.6

      Xcode 9.0
      Build version 9A235

      I'm able to build 5.10 without problems using an almost identical build script to this one:

      build script
      #! /bin/bash
      
      qtSourceDir=/Users/mitch/dev/qt5.9/
      qtBuildDir=/Users/mitch/dev/qt5.9-fw
      
      set -e
      
      rm -fr $qtBuildDir/*
      
      cd $qtBuildDir
      
      $qtSourceDir/configure -developer-build -opensource -confirm-license -nomake tests -nomake examples -silent 2>&1 | tee -a configure.txt
      
      make -j 2 2>&1 | tee -a make.txt
      

      The build directory is wiped before building, as you can see above.

      configure output
      + cd qtbase
      + /Users/mitch/dev/qt5.9/qtbase/configure -top-level -developer-build -opensource -confirm-license -nomake tests -nomake examples -silent
      Preparing build tree...
      <srcbase> = /Users/mitch/dev/qt5.9/qtbase 
      <outbase> = /Users/mitch/dev/qt5.9-fw/qtbase 
      QtCore: created fwd-include header(s) for <srcbase>/src/corelib/animation/ { qabstractanimation.h (1), qabstractanimation_p.h (1), qanimationgroup.h (1), qanimationgroup_p.h (1), qparallelanimationgroup.h (1), qparallelanimationgroup_p.h (1), qpauseanimation.h (1), qpropertyanimation.h (1), qpropertyanimation_p.h (1), qsequentialanimationgroup.h (1), qsequentialanimationgroup_p.h (1), qvariantanimation.h (1), qvariantanimation_p.h (1) }
      QtCore: created fwd-include header(s) for <srcbase>/src/corelib/arch/ { qatomic_bootstrap.h (1), qatomic_cxx11.h (1), qatomic_msvc.h (1) }
      QtCore: created fwd-include header(s) for <srcbase>/src/corelib/codecs/ { cp949codetbl_p.h (1), qbig5codec_p.h (1), qeucjpcodec_p.h (1), qeuckrcodec_p.h (1), qgb18030codec_p.h (1), qiconvcodec_p.h (1), qicucodec_p.h (1), qisciicodec_p.h (1), qjiscodec_p.h (1), qjpunicode_p.h (1), qlatincodec_p.h (1), qsimplecodec_p.h (1), qsjiscodec_p.h (1), qtextcodec.h (1), qtextcodec_p.h (1), qtsciicodec_p.h (1), qutfcodec_p.h (1), qwindowscodec_p.h (1) }
      QtCore: created fwd-include header(s) for <srcbase>/src/corelib/global/ { qcompilerdetection.h (1), qconfig-bootstrapped.h (1), qendian.h (2), qflags.h (1), qfloat16.h (1), qfloat16_p.h (1), qglobal.h (2), qglobal_p.h (1), qglobalstatic.h (1), qhooks_p.h (1), qisenum.h (1), qlibraryinfo.h (1), qlogging.h (1), qnamespace.h (2), qnumeric.h (2), qnumeric_p.h (1), qoperatingsystemversion.h (1), qoperatingsystemversion_p.h (1), qprocessordetection.h (1), qsysinfo.h (1), qsystemdetection.h (1), qt_pch.h (1), qt_windows.h (1), qtypeinfo.h (1), qtypetraits.h (1), qversiontagging.h (1) }
      QtCore: created fwd-include header(s) for <srcbase>/src/corelib/io/ { qabstractfileengine_p.h (1), qbuffer.h (1), qdatastream.h (1), qdatastream_p.h (1), qdataurl_p.h (1), qdebug.h (2), qdebug_p.h (1), qdir.h (1), qdir_p.h (1), qdiriterator.h (1), qfile.h (1), qfile_p.h (1), qfiledevice.h (1), qfiledevice_p.h (1), qfileinfo.h (1), qfileinfo_p.h (1), qfileselector.h (1), qfileselector_p.h (1), qfilesystemengine_p.h (1), qfilesystementry_p.h (1), qfilesystemiterator_p.h (1), qfilesystemmetadata_p.h (1), qfilesystemwatcher.h (1), qfilesystemwatcher_fsevents_p.h (1), qfilesystemwatcher_inotify_p.h (1), qfilesystemwatcher_kqueue_p.h (1), qfilesystemwatcher_p.h (1), qfilesystemwatcher_polling_p.h (1), qfilesystemwatcher_win_p.h (1), qfsfileengine_iterator_p.h (1), qfsfileengine_p.h (1), qiodevice.h (1), qiodevice_p.h (1), qipaddress_p.h (1), qlockfile.h (1), qlockfile_p.h (1), qloggingcategory.h (1), qloggingregistry_p.h (1), qnoncontiguousbytedevice_p.h (1), qprocess.h (1), qprocess_p.h (1), qresource.h (1), qresource_iterator_p.h (1), qresource_p.h (1), qsavefile.h (1), qsavefile_p.h (1), qsettings.h (1), qsettings_p.h (1), qstandardpaths.h (1), qstorageinfo.h (1), qstorageinfo_p.h (1), qtemporarydir.h (1), qtemporaryfile.h (1), qtemporaryfile_p.h (1), qtextstream.h (1), qtextstream_p.h (1), qtldurl_p.h (1), qurl.h (1), qurl_p.h (1), qurlquery.h (1), qurltlds_p.h (1), qwindowspipereader_p.h (1), qwindowspipewriter_p.h (1), qwinoverlappedionotifier_p.h (1) }
      QtCore: created fwd-include header(s) for <srcbase>/src/corelib/itemmodels/ { qabstractitemmodel.h (1), qabstractitemmodel_p.h (1), qabstractproxymodel.h (1), qabstractproxymodel_p.h (1), qidentityproxymodel.h (1), qitemselectionmodel.h (1), qitemselectionmodel_p.h (1), qsortfilterproxymodel.h (1), qstringlistmodel.h (1) }
      QtCore: created fwd-include header(s) for <srcbase>/src/corelib/json/ { qjson_p.h (1), qjsonarray.h (1), qjsondocument.h (1), qjsonobject.h (1), qjsonparser_p.h (1), qjsonvalue.h (1), qjsonwriter_p.h (1) }
      QtCore: created fwd-include header(s) for <srcbase>/src/corelib/kernel/ { qabstracteventdispatcher.h (1), qabstracteventdispatcher_p.h (1), qabstractnativeeventfilter.h (1), qbasictimer.h (1), qcfsocketnotifier_p.h (1), qcore_mac_p.h (1), qcore_unix_p.h (1), qcoreapplication.h (1), qcoreapplication_p.h (1), qcorecmdlineargs_p.h (1), qcoreevent.h (1), qcoreglobaldata_p.h (1), qdeadlinetimer.h (1), qdeadlinetimer_p.h (1), qelapsedtimer.h (1), qeventdispatcher_cf_p.h (1), qeventdispatcher_glib_p.h (1), qeventdispatcher_unix_p.h (1), qeventdispatcher_win_p.h (1), qeventdispatcher_winrt_p.h (1), qeventloop.h (1), qeventloop_p.h (1), qfunctions_fake_env_p.h (1), qfunctions_nacl.h (1), qfunctions_p.h (1), qfunctions_vxworks.h (1), qfunctions_winrt.h (1), qjni_p.h (1), qjnihelpers_p.h (1), qmath.h (1), qmetaobject.h (1), qmetaobject_moc_p.h (1), qmetaobject_p.h (1), qmetaobjectbuilder_p.h (1), qmetatype.h (1), qmetatype_p.h (1), qmetatypeswitcher_p.h (1), qmimedata.h (1), qobject.h (1), qobject_impl.h (1), qobject_p.h (1), qobjectcleanuphandler.h (1), qobjectdefs.h (1), qobjectdefs_impl.h (1), qpointer.h (1), qpoll_p.h (1), qppsattribute_p.h (1), qppsattributeprivate_p.h (1), qppsobject_p.h (1), qppsobjectprivate_p.h (1), qsharedmemory.h (1), qsharedmemory_p.h (1), qsignalmapper.h (1), qsocketnotifier.h (1), qsystemerror_p.h (1), qsystemsemaphore.h (1), qsystemsemaphore_p.h (1), qtimer.h (1), qtimerinfo_unix_p.h (1), qtranslator.h (1), qtranslator_p.h (1), qvariant.h (4), qvariant_p.h (1), qwineventnotifier.h (1) }
      QtCore: created fwd-include header(s) for <srcbase>/src/corelib/mimetypes/ { qmimedatabase.h (1), qmimedatabase_p.h (1), qmimeglobpattern_p.h (1), qmimemagicrule_p.h (1), qmimemagicrulematcher_p.h (1), qmimeprovider_p.h (1), qmimetype.h (1), qmimetype_p.h (1), qmimetypeparser_p.h (1) }
      QtCore: created fwd-include header(s) for <srcbase>/src/corelib/plugin/ { qelfparser_p.h (1), qfactoryinterface.h (1), qfactoryloader_p.h (1), qlibrary.h (1), qlibrary_p.h (1), qmachparser_p.h (1), qplugin.h (2), qpluginloader.h (1), qsystemlibrary_p.h (1), quuid.h (1) }
      QtCore: created fwd-include header(s) for <srcbase>/src/corelib/statemachine/ { qabstractstate.h (1), qabstractstate_p.h (1), qabstracttransition.h (1), qabstracttransition_p.h (1), qeventtransition.h (1), qeventtransition_p.h (1), qfinalstate.h (1), qfinalstate_p.h (1), qhistorystate.h (1), qhistorystate_p.h (1), qsignaleventgenerator_p.h (1), qsignaltransition.h (1), qsignaltransition_p.h (1), qstate.h (1), qstate_p.h (1), qstatemachine.h (1), qstatemachine_p.h (1) }
      QtCore: created fwd-include header(s) for <srcbase>/src/corelib/thread/ { qatomic.h (1), qbasicatomic.h (1), qexception.h (1), qfuture.h (1), qfutureinterface.h (1), qfutureinterface_p.h (1), qfuturesynchronizer.h (1), qfuturewatcher.h (1), qfuturewatcher_p.h (1), qgenericatomic.h (1), qmutex.h (1), qmutex_p.h (1), qmutexpool_p.h (1), qorderedmutexlocker_p.h (1), qreadwritelock.h (1), qreadwritelock_p.h (1), qresultstore.h (1), qrunnable.h (1), qsemaphore.h (1), qthread.h (1), qthread_p.h (1), qthreadpool.h (1), qthreadpool_p.h (1), qthreadstorage.h (1), qwaitcondition.h (1) }
      QtCore: created fwd-include header(s) for <srcbase>/src/corelib/tools/ { qalgorithms.h (2), qarraydata.h (1), qarraydataops.h (1), qarraydatapointer.h (1), qbitarray.h (1), qbytearray.h (1), qbytearray_p.h (1), qbytearraylist.h (1), qbytearraymatcher.h (1), qbytedata_p.h (1), qcache.h (1), qchar.h (1), qcollator.h (1), qcollator_p.h (1), qcommandlineoption.h (1), qcommandlineparser.h (1), qcontainerfwd.h (2), qcontiguouscache.h (1), qcryptographichash.h (1), qdatetime.h (1), qdatetime_p.h (1), qdatetimeparser_p.h (1), qdoublescanprint_p.h (1), qeasingcurve.h (1), qfreelist_p.h (1), qharfbuzz_p.h (1), qhash.h (1), qhashfunctions.h (1), qiterator.h (1), qline.h (1), qlinkedlist.h (1), qlist.h (1), qlocale.h (1), qlocale_data_p.h (1), qlocale_p.h (1), qlocale_tools_p.h (1), qmap.h (1), qmargins.h (1), qmessageauthenticationcode.h (1), qpair.h (1), qpodlist_p.h (1), qpoint.h (1), qqueue.h (1), qrect.h (1), qrefcount.h (1), qregexp.h (1), qregularexpression.h (1), qringbuffer_p.h (1), qscopedpointer.h (1), qscopedpointer_p.h (1), qscopedvaluerollback.h (1), qset.h (1), qshareddata.h (1), qsharedpointer.h (1), qsharedpointer_impl.h (1), qsimd_p.h (1), qsize.h (1), qstack.h (1), qstring.h (1), qstringalgorithms_p.h (1), qstringbuilder.h (1), qstringiterator_p.h (1), qstringlist.h (1), qstringmatcher.h (1), qtextboundaryfinder.h (1), qtimeline.h (1), qtimezone.h (1), qtimezoneprivate_data_p.h (1), qtimezoneprivate_p.h (1), qtools_p.h (1), qunicodetables_p.h (1), qunicodetools_p.h (1), qvarlengtharray.h (1), qvector.h (1), qversionnumber.h (1) }
      QtCore: created fwd-include header(s) for <srcbase>/src/corelib/xml/ { qxmlstream.h (1), qxmlstream_p.h (1), qxmlutils_p.h (1) }
      Creating qmake...
      Done.
      
      This is the Qt Open Source Edition.
      
      You have already accepted the terms of the Open Source license.
      
      Running configuration tests...
      Checking for gold linker... no
      Checking for valid makespec... ERROR: Cannot compile a minimal program. The toolchain or QMakeSpec is broken.
      
      Check config.log for details.
      
      config.log
      Command line: -developer-build -opensource -confirm-license -nomake tests -nomake examples -silent
      executing config test use_gold_linker
      + cd /Users/mitch/dev/qt5.9-fw/config.tests && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -fuse-ld=gold -o conftest-out conftest.cpp
      > clang: error: invalid linker name in argument '-fuse-ld=gold'
      test config.qtbase.tests.use_gold_linker FAILED
      executing config test verifyspec
      + cd /Users/mitch/dev/qt5.9-fw/config.tests/verifyspec && /Users/mitch/dev/qt5.9-fw/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /Users/mitch/dev/qt5.9/qtbase/config.tests/verifyspec
      + cd /Users/mitch/dev/qt5.9-fw/config.tests/verifyspec && MAKEFLAGS= /usr/bin/make
      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.10 -w -fPIC  -I/Users/mitch/dev/qt5.9/qtbase/config.tests/verifyspec -I. -I/Users/mitch/dev/qt5.9/qtbase/mkspecs/macx-clang -o verifyspec.o /Users/mitch/dev/qt5.9/qtbase/config.tests/verifyspec/verifyspec.cpp
      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.10 -Wl,-rpath,@executable_path/Frameworks -o verifyspec verifyspec.o    
      > ld: library not found for -lc++
      > clang: error: linker command failed with exit code 1 (use -v to see invocation)
      > make: *** [verifyspec] Error 1
      
      config.cache
      cache.platform = macx-clang
      cache.xplatform = macx-clang
      cache.use_gold_linker._KEYS_ = result
      cache.use_gold_linker.result = false
      

      In case it's of any use:

      /Users/mitch/dev/qt5.9-fw/config.tests/verifyspec/Makefile
      #############################################################################
      # Makefile for building: verifyspec
      # Generated by qmake (3.1) (Qt 5.9.2)
      # Project:  /Users/mitch/dev/qt5.9/qtbase/config.tests/verifyspec/verifyspec.pro
      # Template: app
      # Command: /Users/mitch/dev/qt5.9-fw/qtbase/bin/qmake -o Makefile /Users/mitch/dev/qt5.9/qtbase/config.tests/verifyspec/verifyspec.pro 'CONFIG -= qt debug_and_release app_bundle lib_bundle' 'CONFIG += shared warn_off console single_arch'
      #############################################################################
      
      MAKEFILE      = Makefile
      
      ####### Compiler, tools and options
      
      CC            = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
      CXX           = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
      DEFINES       = 
      CFLAGS        = -pipe -O2 $(EXPORT_ARCH_ARGS) -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.10 -w -fPIC $(DEFINES)
      CXXFLAGS      = -pipe -stdlib=libc++ -O2 -std=gnu++11 $(EXPORT_ARCH_ARGS) -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.10 -w -fPIC $(DEFINES)
      INCPATH       = -I/Users/mitch/dev/qt5.9/qtbase/config.tests/verifyspec -I. -I/Users/mitch/dev/qt5.9/qtbase/mkspecs/macx-clang
      QMAKE         = /Users/mitch/dev/qt5.9-fw/qtbase/bin/qmake
      DEL_FILE      = rm -f
      CHK_DIR_EXISTS= test -d
      MKDIR         = mkdir -p
      COPY          = cp -f
      COPY_FILE     = cp -f
      COPY_DIR      = cp -f -R
      INSTALL_FILE  = install -m 644 -p
      INSTALL_PROGRAM = install -m 755 -p
      INSTALL_DIR   = cp -f -R
      QINSTALL      = /Users/mitch/dev/qt5.9-fw/qtbase/bin/qmake -install qinstall
      QINSTALL_PROGRAM = /Users/mitch/dev/qt5.9-fw/qtbase/bin/qmake -install qinstall -exe
      DEL_FILE      = rm -f
      SYMLINK       = ln -f -s
      DEL_DIR       = rmdir
      MOVE          = mv -f
      TAR           = tar -cf
      COMPRESS      = gzip -9f
      DISTNAME      = verifyspec1.0.0
      DISTDIR = /Users/mitch/dev/qt5.9-fw/config.tests/verifyspec/.tmp/verifyspec1.0.0
      LINK          = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
      LFLAGS        = -stdlib=libc++ -headerpad_max_install_names $(EXPORT_ARCH_ARGS) -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.10 -Wl,-rpath,@executable_path/Frameworks
      LIBS          = $(SUBLIBS)  
      AR            = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar cq
      RANLIB        = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib -s
      SED           = sed
      STRIP         = strip
      
      ####### Output directory
      
      OBJECTS_DIR   = ./
      
      ####### Files
      
      SOURCES       = /Users/mitch/dev/qt5.9/qtbase/config.tests/verifyspec/verifyspec.cpp 
      OBJECTS       = verifyspec.o
      DIST          = /Users/mitch/dev/qt5.9/qtbase/config.tests/.qmake.conf \
      		/Users/mitch/dev/qt5.9/qtbase/config.tests/verifyspec/verifyspec.pro  /Users/mitch/dev/qt5.9/qtbase/config.tests/verifyspec/verifyspec.cpp
      QMAKE_TARGET  = verifyspec
      DESTDIR       = 
      TARGET        = verifyspec
      
      ####### Custom Variables
      EXPORT_ACTIVE_ARCHS = $(filter $(EXPORT_VALID_ARCHS), $(ARCHS))
      EXPORT_ARCH_ARGS = $(foreach arch, $(if $(EXPORT_ACTIVE_ARCHS), $(EXPORT_ACTIVE_ARCHS), $(EXPORT_VALID_ARCHS)), -arch $(arch))
      EXPORT_VALID_ARCHS = x86_64
      
      
      first: all
      ####### Build rules
      
      $(TARGET):  $(OBJECTS)  
      	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
      
      Makefile: /Users/mitch/dev/qt5.9/qtbase/config.tests/verifyspec/verifyspec.pro /Users/mitch/dev/qt5.9/qtbase/config.tests/.qmake.conf ../.qmake.cache /Users/mitch/dev/qt5.9/qtbase/mkspecs/macx-clang/qmake.conf /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/spec_pre.prf \
      		/Users/mitch/dev/qt5.9-fw/qtbase/mkspecs/qdevice.pri \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/device_config.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/common/unix.conf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/common/mac.conf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/common/macx.conf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/common/sanitize.conf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/common/gcc-base.conf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/common/gcc-base-mac.conf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/common/clang.conf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/common/clang-mac.conf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/qt_functions.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/qt_config.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/macx-clang/qmake.conf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/spec_post.prf \
      		/Users/mitch/dev/qt5.9/qtbase/config.tests/.qmake.conf \
      		../.qmake.cache \
      		/Users/mitch/dev/qt5.9-fw/.qmake.stash \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/exclusive_builds.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/mac/sdk.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/toolchain.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/mac/toolchain.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/default_pre.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/mac/default_pre.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/resolve_config.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/default_post.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/mac/default_post.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/mac/objective_c.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/warn_off.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/qmake_use.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/file_copies.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/mac/rez.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/mac/asset_catalogs.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/testcase_targets.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/exceptions.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/yacc.prf \
      		/Users/mitch/dev/qt5.9/qtbase/mkspecs/features/lex.prf \
      		/Users/mitch/dev/qt5.9/qtbase/config.tests/verifyspec/verifyspec.pro
      	$(QMAKE) -o Makefile /Users/mitch/dev/qt5.9/qtbase/config.tests/verifyspec/verifyspec.pro 'CONFIG -= qt debug_and_release app_bundle lib_bundle' 'CONFIG += shared warn_off console single_arch'
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/spec_pre.prf:
      /Users/mitch/dev/qt5.9-fw/qtbase/mkspecs/qdevice.pri:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/device_config.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/common/unix.conf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/common/mac.conf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/common/macx.conf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/common/sanitize.conf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/common/gcc-base.conf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/common/gcc-base-mac.conf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/common/clang.conf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/common/clang-mac.conf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/qt_functions.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/qt_config.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/macx-clang/qmake.conf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/spec_post.prf:
      /Users/mitch/dev/qt5.9/qtbase/config.tests/.qmake.conf:
      ../.qmake.cache:
      /Users/mitch/dev/qt5.9-fw/.qmake.stash:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/exclusive_builds.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/mac/sdk.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/toolchain.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/mac/toolchain.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/default_pre.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/mac/default_pre.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/resolve_config.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/default_post.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/mac/default_post.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/mac/objective_c.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/warn_off.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/qmake_use.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/file_copies.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/mac/rez.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/mac/asset_catalogs.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/testcase_targets.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/exceptions.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/yacc.prf:
      /Users/mitch/dev/qt5.9/qtbase/mkspecs/features/lex.prf:
      /Users/mitch/dev/qt5.9/qtbase/config.tests/verifyspec/verifyspec.pro:
      qmake: FORCE
      	@$(QMAKE) -o Makefile /Users/mitch/dev/qt5.9/qtbase/config.tests/verifyspec/verifyspec.pro 'CONFIG -= qt debug_and_release app_bundle lib_bundle' 'CONFIG += shared warn_off console single_arch'
      
      qmake_all: FORCE
      
      
      all: Makefile $(TARGET)
      
      dist: distdir FORCE
      	(cd `dirname $(DISTDIR)` && $(TAR) $(DISTNAME).tar $(DISTNAME) && $(COMPRESS) $(DISTNAME).tar) && $(MOVE) `dirname $(DISTDIR)`/$(DISTNAME).tar.gz . && $(DEL_FILE) -r $(DISTDIR)
      
      distdir: FORCE
      	@test -d $(DISTDIR) || mkdir -p $(DISTDIR)
      	$(COPY_FILE) --parents $(DIST) $(DISTDIR)/
      
      
      clean: compiler_clean 
      	-$(DEL_FILE) $(OBJECTS)
      	-$(DEL_FILE) *~ core *.core
      
      
      distclean: clean 
      	-$(DEL_FILE) $(TARGET) 
      	-$(DEL_FILE) Makefile
      
      
      ####### Sub-libraries
      
      check: first
      
      benchmark: first
      
      compiler_rez_source_make_all:
      compiler_rez_source_clean:
      compiler_yacc_decl_make_all:
      compiler_yacc_decl_clean:
      compiler_yacc_impl_make_all:
      compiler_yacc_impl_clean:
      compiler_lex_make_all:
      compiler_lex_clean:
      compiler_clean: 
      
      ####### Compile
      
      verifyspec.o: /Users/mitch/dev/qt5.9/qtbase/config.tests/verifyspec/verifyspec.cpp 
      	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o verifyspec.o /Users/mitch/dev/qt5.9/qtbase/config.tests/verifyspec/verifyspec.cpp
      
      ####### Install
      
      install:  FORCE
      
      uninstall:  FORCE
      
      FORCE:
      

        1. configure.txt
          103 kB
          Mitch Curtis
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            jakepetroules Jake Petroules (DO NOT ASSIGN ISSUES)
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes