Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Importing project with various files
Forum Updated to NodeBB v4.3 + New Features

Importing project with various files

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 620 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.
  • S Offline
    S Offline
    Sebbie
    wrote on last edited by
    #1

    I am trying to import a makefile project in order to use qt creator as a text editor without intending to compile or debug the code, the problem is - when I actually import the project qtcreator only "see's" cpp and .h files, its not possible to open the makefile or perl files which the project also consists of. Is it possible to somehow force it to show all the .pm, .pl, makefile etc. files ?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      In qmake, the answer is simple: just add those files to OTHER_FILES variable. For plain Makefiles, I do not know whether it is possible.

      (Z(:^

      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