Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Learning
  3. Qt in Education
  4. creating .pro file in qt

creating .pro file in qt

Scheduled Pinned Locked Moved Unsolved Qt in Education
2 Posts 2 Posters 1.2k 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.
  • Kubra_OztekinK Offline
    Kubra_OztekinK Offline
    Kubra_Oztekin
    wrote on last edited by Kubra_Oztekin
    #1

    hello, I am trying to learn qt from the book (C++ GUI Programming by Qt4 ) I designed a simple example . according to book ı must create a .pro file. I created main.cpp and gotocelldialog.ui and now ı have to create gotocell.pro file but when I write qmake -project; qmake gotocell.pro to terminal. I am getting "cannot find gotocell.pro".

    1 Reply Last reply
    0
    • K Offline
      K Offline
      Konstantin Tokarev
      wrote on last edited by
      #2

      Is directory where you do qmake -project named "gotocell"? qmake uses name of current directory as a project file name.

      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