1. 15 Feb, 2014 1 commit
    • Don Gagne's avatar
      Silence makefile override warnings · 33acee39
      Don Gagne authored
      qserialport and qextserialport use the pattern of += into
      PUBLIC_HEADERS and PRIVATE_HEADERS. This leads to the same header being
      included twice. Which in turn causes the rule for moc in the makefile
      to be added twice, hence the warning. Using *= instead of += removes
      the duplication.
      33acee39
  2. 13 Feb, 2014 1 commit
    • Don Gagne's avatar
      Silence makefile override warnings · dea781f2
      Don Gagne authored
      qserialport and qextserialport use the pattern of += into
      PUBLIC_HEADERS and PRIVATE_HEADERS. This leads to the same header being
      included twice. Which in turn causes the rule for moc in the makefile
      to be added twice, hence the warning. Using *= instead of += removes
      the duplication.
      dea781f2