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 19 Sept 2016, 23:47 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?

    J 1 Reply Last reply 20 Sept 2016, 04:25
    0
    • G Gabriel Giordano
      19 Sept 2016, 23:47

      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?

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 20 Sept 2016, 04:25 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
      • V Offline
        V Offline
        VRonin
        wrote on 20 Sept 2016, 07:02 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
        • P Offline
          P Offline
          p3c0
          Moderators
          wrote on 20 Sept 2016, 11:51 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
          • S Offline
            S Offline
            SGaist
            Lifetime Qt Champion
            wrote on 20 Sept 2016, 21:04 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

            1/5

            19 Sept 2016, 23:47

            • Login

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