Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Add intel ipp in Qt 5.9 windows
Forum Updated to NodeBB v4.3 + New Features

Add intel ipp in Qt 5.9 windows

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 547 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ahmad ezoji
    wrote on last edited by
    #1

    how can i add intel ipp in Qt 5.9 in windows?
    at this time i add some path to .pro file
    IntelIPPlibs = -lippcc -lippccmt -lippch -lippchmt -lippcore -lippcoremt -lippcv -lippcvmt -lippdc -lippdcmt -lippi -lippimt -lipps -lippsmt -lippvm -lippvmmt

    Set the intel path based upon the platform.

    ThirdPartyLibraryPath = 'C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016.3.207\windows'
    win32: IntelIPPPath = $${ThirdPartyLibraryPath}/ipp
    linux: IntelIPPPath = $${ThirdPartyLibraryPath}/ipp

    win32 {
    DEFINES += WINNT
    LIBS += -L$$IntelIPPPath/lib/intel64 $$IntelIPPlibs
    }

    unix {
    DEFINES += LINUX
    LIBS += -L$$IntelIPPPath/lib/intel64 $$IntelIPPlibs
    }

    INCLUDEPATH += $${IntelIPPPath}/include

    use ippinit() in mainwondows.cpp file
    but
    i See this Error :
    error: undefined reference to `ippInit@0'
    collect2.exe:-1: error: error: ld returned 1 exit status

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      What compiler are you using with Qt ?
      What compiler was used to build IPP ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved