Results 1 to 4 of 4

Thread: Source code in qt-win-eval

  1. #1
    Join Date
    Apr 2007
    Posts
    20
    Thanks
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Source code in qt-win-eval

    Dear Group,
    I'm starting to test the evaluation version of qt on windows using Visual Studio. I received qt-win-val-4.2.3-vs2005 from Trolltech and it installed fine. I took an existing project ".pro" file and derived a .vsproj file using QMake. So far so good.

    The app compiled and ran. However as I was tracing the code, VS couldn't find the source for qtablewidget. Looking at the source directory, "C:\Qt\4.2.3\src", no wonder the debugger couldn't find it -- it wasn't there! It is available in the earlier open source version I have: "C:\Qt\4.2.1\src\gui\itemviews"

    Has the source been removed from the evaluation version or did I just miss a small instruction somewhere?

    Thanks for your help.
    Max

  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: Source code in qt-win-eval

    The evaluation release doesn't include the sources. Instead you can download and use the GPL version that has the same functionality but doesn't include Visual Studio integration.

  3. #3
    Join Date
    Apr 2007
    Posts
    20
    Thanks
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Source code in qt-win-eval

    Yes, I saw the 4.2.3 GPL version. Can that be loaded over the top of the evaluation version or will that blow away the previous install? If so, can I install the GPL version to a different directory and just copy over src and include directories?

    Thanks,
    Max

  4. #4
    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: Source code in qt-win-eval

    You can do whatever you want, but it doesn't mean you'll be able to debug your app. Debugger needs debug version of the library and AFAIK eval version doesn't have one (I'm not sure though).

Similar Threads

  1. QT Project source code
    By darpan in forum Qt Programming
    Replies: 3
    Last Post: 27th December 2012, 17:16
  2. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 14:15
  3. Problem closing a QMainWindow in Qt4.2
    By ian in forum Qt Programming
    Replies: 11
    Last Post: 17th October 2006, 01:49
  4. Replies: 11
    Last Post: 24th March 2006, 07:40

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.