Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    QMake commands and macros

    General and Desktop
    1
    1
    1200
    Loading More Posts
    • 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.
    • S
      Suths last edited by

      Hi everyone,

      I'm trying to get qmake to add a command into the make files it creates (for doing some static analysis), However I’m having a couple of problems the main one being that lists I define in the .pro file are not duplicated in the make files outputted. Take this example:

      @LIST = ($$INCLUDEPATH)
      LINTINCLUDES = $$join(LIST, " -I", -I)

      MYCommand.depends = $(SOURCES)
      MyCommand.commands = staticCommand $(LIST ) $ (SOURCES)

      QMAKE_EXTRA_TARGETS += MyCommand@

      Is there a way to make these lists / macros become defined in the make files qmake produces?
      *Note i'm aware I could get the include paths by using INCPATH macro but there are other lists that i need to include.

      Many Thanks

      1 Reply Last reply Reply Quote 0
      • First post
        Last post