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. Import code from Codeblocks
Forum Updated to NodeBB v4.3 + New Features

Import code from Codeblocks

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 5 Posters 2.9k 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.
  • G Offline
    G Offline
    Gabriel Giordano
    wrote on last edited by
    #1

    There's a really big workspace that was created in Codeblocks and I really need to open it in qtcreator, it's possible to import the code?

    jsulmJ 1 Reply Last reply
    0
    • G Gabriel Giordano

      There's a really big workspace that was created in Codeblocks and I really need to open it in qtcreator, it's possible to import the code?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Gabriel-Giordano Which build system was used for this project?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • VRoninV Offline
        VRoninV Offline
        VRonin
        wrote on last edited by
        #3

        Your best shot is trying to find a cbp to CMake converter and add the CMake project with qt creator. Unfortunately a quick google search did not produce any result (CMake to cbp is available but not the opposite)

        "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
        ~Napoleon Bonaparte

        On a crusade to banish setIndexWidget() from the holy land of Qt

        1 Reply Last reply
        0
        • p3c0P Offline
          p3c0P Offline
          p3c0
          Moderators
          wrote on last edited by p3c0
          #4

          @Gabriel-Giordano QtCreator requires a .pro file. This file contains list of files required by that project plus some other settings.
          You can try running qmake with those options and check if it suceeds in creating a .pro file for your project. If it does then it can a lot of time for you.

          157

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @p3c0 Currently Qt Creator has improved and now supports also cmake and qbs

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            1

            • Login

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