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. Adding existing directory - what NOT to add ?
Forum Updated to NodeBB v4.3 + New Features

Adding existing directory - what NOT to add ?

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 156 Views 1 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by Anonymous_Banned275
    #1

    When adding existing directory I obviously do not want another main.cpp.
    What about "moc" files? .pro ?
    What are cflags ?

    4c131666-9c9f-4d57-8d36-d1074eb3841a-image.png

    1 Reply Last reply
    0
    • JoeCFDJ Offline
      JoeCFDJ Offline
      JoeCFD
      wrote on last edited by JoeCFD
      #2

      you add *.cpp *.h *.ui which are only needed. if any of them is not used, do not add it.
      sure not main.cpp if it is already there.
      ui_ and moc_ files are created when qt code is compiled.
      cflags are flags for c code build
      cxxflags are flags for c++ code build
      I do not think you need them.

      1 Reply Last reply
      2

      • Login

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