Results 1 to 20 of 39

Thread: Single instance

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Single instance

    Ok, franco, let's play a teacher-student stunt. My question is - what to do to make an include file visible for the compiler in a Qt project?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. #2
    Join Date
    Nov 2007
    Location
    Italy
    Posts
    694
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    59
    Thanked 1 Time in 1 Post

    Default Re: Single instance

    Quote Originally Posted by wysota View Post
    Ok, franco, let's play a teacher-student stunt. My question is - what to do to make an include file visible for the compiler in a Qt project?
    Include the folder, I searched such file in my Qt installation and I can not find it
    Franco Amato

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

    Default Re: Single instance

    What do you mean by "include the folder"? What folder? And include it where?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  4. #4
    Join Date
    Nov 2007
    Location
    Italy
    Posts
    694
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    59
    Thanked 1 Time in 1 Post

    Default Re: Single instance

    Quote Originally Posted by wysota View Post
    What do you mean by "include the folder"? What folder? And include it where?
    include the folder to the 'additional include path' of my visual studio.
    The folder where such include should be stored
    Franco Amato

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

    Default Re: Single instance

    So how do you add a folder to a list of directories where your compiler looks for includes?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  6. #6
    Join Date
    Nov 2007
    Location
    Italy
    Posts
    694
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    59
    Thanked 1 Time in 1 Post

    Default Re: Single instance

    Quote Originally Posted by wysota View Post
    So how do you add a folder to a list of directories where your compiler looks for includes?
    In the project settings, I don't know why you think to me as a student when I'm not. Is not the first additional path that I added to the
    project. Simply I can not find such include, maybe it's part of the commercial version of Qt that I don't have.
    Franco Amato

  7. #7
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Single instance

    Who said it was part of Qt?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  8. #8
    Join Date
    Nov 2007
    Location
    Italy
    Posts
    694
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    59
    Thanked 1 Time in 1 Post

    Default Re: Single instance

    Quote Originally Posted by wysota View Post
    Who said it was part of Qt?
    The link sent to me http://doc.qt.nokia.com/solutions/4/...plication.html
    by Lykurg. I think that's is part of Qt
    Franco Amato

  9. #9
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Single instance

    Then you think wrong. Look at the URL. And then open the URL and click the "Home" link.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  10. #10
    Join Date
    Nov 2007
    Location
    Italy
    Posts
    694
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    59
    Thanked 1 Time in 1 Post

    Default Re: Single instance

    Quote Originally Posted by wysota View Post
    Then you think wrong. Look at the URL. And then open the URL and click the "Home" link.
    So where can I download it?
    Franco Amato

  11. #11
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android
    Thanks
    62
    Thanked 260 Times in 246 Posts

    Default Re: Single instance

    From gitorious

  12. #12
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Single instance

    Quote Originally Posted by franco.amato View Post
    So where can I download it?
    Look at the URL. Work your way up the url. If you don't want to be treated as a student then stop asking a question every time you stumble upon an obstacle. A student is a person who still has a lot to learn. You're at exactly the same stage for the last 2 years or more.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  13. #13
    Join Date
    Nov 2007
    Location
    Italy
    Posts
    694
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    59
    Thanked 1 Time in 1 Post

    Default Re: Single instance

    I don't agree with you but I respect your idea
    Franco Amato

  14. #14
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6
    Thanked 348 Times in 333 Posts

    Default Re: Single instance

    Quote Originally Posted by franco.amato View Post
    The link sent to me http://doc.qt.nokia.com/solutions/4/...plication.html
    by Lykurg. I think that's is part of Qt
    If you can't even read a thread correctly and get my name right, I'm not surprised your struggling to use something that is clearly not a part of Qt. You have been told where it can be downloaded, and the package itself comes with instructions on how to install it and use it with your application.

    You can't expect us to do everything for you. Some things you have to do for yourself.

  15. #15
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Wiki edits
    5

    Default Re: Single instance

    Quote Originally Posted by franco.amato View Post
    The link sent to me http://doc.qt.nokia.com/solutions/4/...plication.html
    by Lykurg. I think that's is part of Qt
    Quote Originally Posted by squidge View Post
    If you can't even read a thread correctly and get my name right,
    Thanks for the clarification. I don't like to receive credit for something I haven't done. Even if it was a good answer.

    @wysota: Our "double" post saved my day! It is long time ago I had died laughing.

  16. #16
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Single instance

    Quote Originally Posted by Lykurg View Post
    @wysota: Our "double" post saved my day! It is long time ago I had died laughing.
    Nice I could be of service :-)
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Single Application Instance
    By BadKnees in forum Qt Programming
    Replies: 8
    Last Post: 4th November 2014, 15:57
  2. Replies: 2
    Last Post: 3rd May 2010, 11:57
  3. Replies: 3
    Last Post: 26th March 2010, 08:26
  4. single instance app
    By bnilsson in forum Qt Programming
    Replies: 2
    Last Post: 1st August 2009, 09:42
  5. Replies: 2
    Last Post: 8th October 2006, 17:49

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
  •  
Qt is a trademark of The Qt Company.