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. Qt creator and ubuntu
Forum Updated to NodeBB v4.3 + New Features

Qt creator and ubuntu

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 826 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.
  • G Offline
    G Offline
    giuseppe500
    wrote on last edited by
    #1

    hello.
    I would migrate from win 7 visual studio 2012 to linux qt creator.
    I would create a library first and for that i'm used to create subproject that are .dll under win 7 and for each project i have post build event that copies all the .h from the dir of the subproject to a common include folder.
    And the dlls are creates in a specific folder
    Then when I writing the project i must import the .dll files and include the include directory with all the .h.
    There is some documentation for create a makefile(i think that this is all that i need)?
    and for the dll and the equivalent under linux, .lib files and g++ compiler what i should read?
    I need to some information on linux for writing c++ projects .
    there is a book or some other documentation online?
    thanks.

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

      Hi,

      Unless you have windows specific stuff, you only need your project files. Open the .pro with QtCreator and you can start coding and compiling.

      The qmake manual from Qt's documentation is a good source of information.

      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
      0

      • Login

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