Results 1 to 7 of 7

Thread: how do i use a same project in multiple systems ?

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: how do i use a same project in multiple systems ?

    The project should not depend on paths. By default KDE projects are based on autoconf and automake and you should use their facilities to make your project "portable". If you experience path problems then it's probably because you use incorrect paths in your project - you have to use relative paths only if you want the project to compile on different machines. About the letter case - Unix-like systems are case-sensitive by default so INSTALL and install are two different files.

  2. #2
    Join Date
    Nov 2006
    Posts
    12
    Qt products
    Qt3
    Platforms
    Unix/X11
    Thanks
    3
    Thanked 1 Time in 1 Post

    Wink Re: how do i use a same project in multiple systems ?

    thank you.

    i got it. In KDevelop, there's a plug-in "Distribution and Publishing project". in order to copy project, i need to Create Source Archieve (tar file) and copy this file to away pc. on that pc, i extract this file, and compile the project by "import existing project".
    at last, i run configure, atuomake&friend, install. and some settings for the working path for running. That's all.

    thank you
    nhatkhang

  3. The following user says thank you to nhatkhang for this useful post:

    sunil.thaha (22nd December 2006)

Similar Threads

  1. Project generation on linux from QT Project
    By darpan in forum Qt Programming
    Replies: 6
    Last Post: 11th December 2006, 09:43
  2. Replies: 2
    Last Post: 11th July 2006, 14:19
  3. how to corss compile for windows in Linux
    By safknw in forum Qt Programming
    Replies: 24
    Last Post: 13th May 2006, 05:23
  4. problem about multiple project in Kdevelop
    By coralbird in forum KDE Forum
    Replies: 6
    Last Post: 9th March 2006, 01:48
  5. Replies: 25
    Last Post: 15th January 2006, 00:53

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.