Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qmake makefile generation problem on Windows
Forum Updated to NodeBB v4.3 + New Features

Qmake makefile generation problem on Windows

Scheduled Pinned Locked Moved Qt Creator and other tools
qmakemakefile
2 Posts 2 Posters 1.0k Views 2 Watching
  • 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.
  • E Offline
    E Offline
    eldiener
    wrote on last edited by
    #1

    On Windows, using qt 5.4, I used qmake to generate makefiles for the QCacheGrind product. Qmake generated a makefile with the notation for a rule of:

    {....\kcachegrind-0.7.4\cgview}.cpp{release}.obj::
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
    $<
    <<

    But Gnu make on Windows does not understand the '<<' notation. What does it mean ? Am I supposed to be using some other 'make' utility to process the files that qmake generates ?

    1 Reply Last reply
    0
    • L Offline
      L Offline
      Leonardo
      wrote on last edited by
      #2

      Which specs are you using when calling qmake? Maybe you're using one that is not suitable for gnu make.

      1 Reply Last reply
      0

      • Login

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