Results 1 to 7 of 7

Thread: qmake & ssh

  1. #1
    Join Date
    Mar 2006
    Posts
    16
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Unhappy qmake & ssh

    Hello, I'm trying to use qmake on a remote machine using ssh but I have an error :
    QFile:: open : No file name specified.
    Do you have such a problem and how can I solve it ?
    Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: qmake & ssh

    When exactly do you get this message?

  3. #3
    Join Date
    Apr 2006
    Posts
    40
    Thanks
    12
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Talking Re: qmake & ssh

    Have you tryed qmake proyect_filename.pro ?
    Battle Programmer Ph1L
    Philip_Anselmo
    Greetings From Osorno - Chile

  4. #4
    Join Date
    Mar 2006
    Posts
    16
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qmake & ssh

    I have this message when I'm connected on a remote machine with ssh and I try qmake -project.

  5. #5
    Join Date
    Apr 2006
    Posts
    40
    Thanks
    12
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Talking Re: qmake & ssh

    wich message?

    this one?:

    QFile:: open : No file name specified.
    So if you're saying that when yo do:

    qmake -project.
    you get that message.. so maybe you have to do it this way?:

    qmake -project name_you_want_to_give_to_your_project.pro
    Battle Programmer Ph1L
    Philip_Anselmo
    Greetings From Osorno - Chile

  6. #6
    Join Date
    Mar 2006
    Posts
    16
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qmake & ssh

    it worked when I gave the file name,
    thank you for your help

  7. #7
    Join Date
    Mar 2006
    Posts
    16
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qmake & ssh

    Well, in fact, it worked with qmake -project
    but the problem was with qmake
    I tried qmake -makefile Makefile myProject.pro but it didn' t work.

Similar Threads

  1. Setting up qmake to run "Hello World"
    By Rolsch in forum Newbie
    Replies: 2
    Last Post: 27th May 2006, 02:37
  2. Replies: 5
    Last Post: 13th March 2006, 20:22
  3. linking user space and kernel space programs with qmake
    By zielchri in forum Qt Programming
    Replies: 9
    Last Post: 8th March 2006, 23:11
  4. Qt 4.1.1, no use of uic with qmake?
    By Morea in forum Newbie
    Replies: 2
    Last Post: 28th February 2006, 21:42
  5. make install equivalent in qmake ...
    By momesana in forum Newbie
    Replies: 3
    Last Post: 20th February 2006, 21:46

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.