Score:0

were OGRE path?

in flag

install OGRE3d

sudo apt-get install libogre-1.12 libogre-1.12-dev 

, but not going path here bild OGRE3d

(base) comp@comp:/lib$ cd ..
(base) comp@comp:/$ find ogre
find: ‘ogre’: Нет такого файла или каталога
(base) comp@comp:/$ find ogre3d
find: ‘ogre3d’: Нет такого файла или каталога

were OGRE3d bild and how integrate him in qt ??

N0rbert avatar
zw flag
Does this answer your question? [How do I get a list of installed files from a package?](https://askubuntu.com/questions/32507/how-do-i-get-a-list-of-installed-files-from-a-package)
Score:1
in flag

tsank @N0rbert

this work

 dpkg-query -L libogre-1.12-dev 

include in program

unix:!macx: LIBS += -L$$PWD/../../../../../usr/lib/x86_64-linux-gnu/ -lOgreBites

INCLUDEPATH += $$PWD/../../../../../usr/include/OGRE
DEPENDPATH += $$PWD/../../../../../usr/include/OGRE

unix:!macx: LIBS += -L$$PWD/../../../../../usr/lib/x86_64-linux-gnu/ -lOgreHLMS

INCLUDEPATH += $$PWD/../../../../../usr/include/OGRE
DEPENDPATH += $$PWD/../../../../../usr/include/OGRE

unix:!macx: LIBS += -L$$PWD/../../../../../usr/lib/x86_64-linux-gnu/ -lOgreMain

INCLUDEPATH += $$PWD/../../../../../usr/include/OGRE
DEPENDPATH += $$PWD/../../../../../usr/include/OGRE

unix:!macx: LIBS += -L$$PWD/../../../../../usr/lib/x86_64-linux-gnu/ -lOgreMeshLodGenerator

INCLUDEPATH += $$PWD/../../../../../usr/include/OGRE
DEPENDPATH += $$PWD/../../../../../usr/include/OGRE

unix:!macx: LIBS += -L$$PWD/../../../../../usr/lib/x86_64-linux-gnu/ -lOgreOverlay

INCLUDEPATH += $$PWD/../../../../../usr/include/OGRE
DEPENDPATH += $$PWD/../../../../../usr/include/OGRE

unix:!macx: LIBS += -L$$PWD/../../../../../usr/lib/x86_64-linux-gnu/ -lOgrePaging

INCLUDEPATH += $$PWD/../../../../../usr/include/OGRE
DEPENDPATH += $$PWD/../../../../../usr/include/OGRE

unix:!macx: LIBS += -L$$PWD/../../../../../usr/lib/x86_64-linux-gnu/ -lOgreProperty

INCLUDEPATH += $$PWD/../../../../../usr/include/OGRE
DEPENDPATH += $$PWD/../../../../../usr/include/OGRE

unix:!macx: LIBS += -L$$PWD/../../../../../usr/lib/x86_64-linux-gnu/ -lOgreRTShaderSystem

INCLUDEPATH += $$PWD/../../../../../usr/include/OGRE
DEPENDPATH += $$PWD/../../../../../usr/include/OGRE

unix:!macx: LIBS += -L$$PWD/../../../../../usr/lib/x86_64-linux-gnu/ -lOgreTerrain

INCLUDEPATH += $$PWD/../../../../../usr/include/OGRE
DEPENDPATH += $$PWD/../../../../../usr/include/OGRE

unix:!macx: LIBS += -L$$PWD/../../../../../usr/lib/x86_64-linux-gnu/ -lOgreVolume

INCLUDEPATH += $$PWD/../../../../../usr/include/OGRE
DEPENDPATH += $$PWD/../../../../../usr/include/OGRE
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.