Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. multiple target patterns. Stop.
QtWS25 Last Chance

multiple target patterns. Stop.

Scheduled Pinned Locked Moved General and Desktop
qt5.5mingwmsvc13errormakefile
3 Posts 2 Posters 2.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lorence
    wrote on 23 Jul 2015, 17:04 last edited by Lorence
    #1

    Today i just installed qt-enterprise-windows-x86-msvc2013-5.5.0-3
    and i set it up to work on mingw32 compiler.
    When i create QT widget application i keep getting this error

    C:\Users\Lorence30\Documents\build-untitled3-qt_5_5_0_msvc2013_32bit-Debug\Makefile.Debug:130: error: multiple target patterns. Stop.

    before i get that error i got "Missing Separator Error" in the same file
    i had to delete "<<" to fix the first error.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on 23 Jul 2015, 17:53 last edited by
      #2

      Hi and welcome to devnet

      You cannot mix compilers. You should use either MinGW or MSVC2013 compiler. The output is not compatible if you have Qt libs for MSVC2013 and you are compiling with MinGW.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • L Offline
        L Offline
        Lorence
        wrote on 24 Jul 2015, 19:30 last edited by Lorence
        #3

        Hi koahnig its all working now but i get this warning:

        <dump of C:\QT\Qt5.5.0\5.5\mingw492_32\qml>:1:24: Reading only version 1.1 parts.

        <dump of C:\QT\Qt5.5.0\5.5\mingw492_32\qml>:10:5: Expected only Component and ModuleApi object definitions.

        1 Reply Last reply
        0

        3/3

        24 Jul 2015, 19:30

        • Login

        • Login or register to search.
        3 out of 3
        • First post
          3/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved