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. Can I open Qt project with Ubuntu cmd

Can I open Qt project with Ubuntu cmd

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 108 Views
  • 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.
  • J Online
    J Online
    JacobNovitsky
    wrote on last edited by
    #1

    Need to open Qt project with command line, e.g:
    qt ProjectName.pro

    so it opens in Qt Creator

    C 1 Reply Last reply
    0
    • J JacobNovitsky

      Need to open Qt project with command line, e.g:
      qt ProjectName.pro

      so it opens in Qt Creator

      C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      @JacobNovitsky

      # System Qt Creator
      qtcreator workspace/simple_example/simple_example.pro 
      
      # Local Qt installed by online installer
      ~/Qt/Tools/QtCreator/bin/qtcreator workspace/simple_example/simple_example.pro 
      

      Adjust the paths to suit.

      1 Reply Last reply
      2
      • J JacobNovitsky has marked this topic as solved on

      • Login

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