Results 1 to 12 of 12

Thread: Qcreator include pleora libs and headers

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2010
    Posts
    17
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qcreator include pleora libs and headers

    If using Windows OS : As an alternative (may be) you can avoid QCreator and directly use VisualStudio with Qt integration Plug-In.
    All my Qt projects with Pleora eBUS SDK are done this way for x86 and x64.
    Last project does just-in-time matrix spline warping on incoming video stream from HD camera ( Sony Bloc H11 GEV ) : GUI is Qt, acquisition is eBUS-based
    Good luck anyway

  2. #2
    Join Date
    Jan 2008
    Posts
    39
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qcreator include pleora libs and headers

    INCLUDEPATH += $$quote(C:/Program Files (x86)/Pleora Technologies Inc/eBUS SDK/Includes)
    maybe it was bad spelling, can you verified this sintax?

    Quote Originally Posted by srsr View Post
    If using Windows OS : As an alternative (may be) you can avoid QCreator and directly use VisualStudio with Qt integration Plug-In.
    All my Qt projects with Pleora eBUS SDK are done this way for x86 and x64.
    Last project does just-in-time matrix spline warping on incoming video stream from HD camera ( Sony Bloc H11 GEV ) : GUI is Qt, acquisition is eBUS-based
    Good luck anyway
    i will be glade to avoid use Qcreator or Eclipse c++, but these are requirement of the project, anyway how do setup the enviroment in VS 2010?, i was tryng to use vs 2006, but i cannot get any improve, and the samples the only result that i have is using vs 2005

  3. #3
    Join Date
    Aug 2010
    Posts
    4
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo

    Default Re: Qcreator include pleora libs and headers

    Did you try that way?
    Similar code exists in the real project.

  4. #4
    Join Date
    Jan 2008
    Posts
    39
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qcreator include pleora libs and headers

    wich way?

  5. #5
    Join Date
    Aug 2010
    Posts
    4
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo

    Default Re: Qcreator include pleora libs and headers

    Qt Code:
    1. INCLUDEPATH += $$quote(C:/Program Files (x86)/Pleora Technologies Inc/eBUS SDK/Includes)
    2. LIBS += -L$$quote(C:/Program Files (x86)/Pleora Technologies Inc/eBUS SDK/Libraries)
    To copy to clipboard, switch view to plain text mode 

    P.S. Sorry for my English.

Similar Threads

  1. LIBS and INCLUDE PATH
    By 21did21 in forum Qwt
    Replies: 11
    Last Post: 21st June 2012, 16:44
  2. uic3 generates #include's for non-existing headers
    By angel-tsankov in forum Qt Tools
    Replies: 1
    Last Post: 4th September 2010, 13:15
  3. Replies: 2
    Last Post: 24th May 2009, 17:05
  4. Installing libs/headers with qmake
    By ghorwin in forum Qt Programming
    Replies: 2
    Last Post: 7th May 2007, 20:01

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.