[Qt-interest] How to add path of Boost?
Matthias Pospiech
matthias.pospiech at gmx.de
Wed Nov 18 17:18:28 CET 2009
Chris Meyer schrieb:
> Your INCLUDEPATH includes both a relative path and an absolute path. Why?
>
>
Because neither of them worked...
I have now changed it to
INCLUDEPATH += "E:/Daten/Dev/SVN/library/source/boost_1_40_0/"
Here the compilation command:
mingw32-make[3]: Entering directory
`E:/Daten/Dev/SVN/library/source/source-highlight-3.1.2/lib/srchilite'
g++ -c -g -frtti -fexceptions -mthreads -Wall
-DABSOLUTEDATADIR=\"/usr/local/share/source-highlight/\"
-DVERSION=\"3.1.2\" -DLIBRARY_VERSION=\"3.0.0\"
-DPACKAGE=\"source-highlight\"
-DRELATIVEDATADIR=\"../share/source-highlight\" -DQT_DLL -DQT_GUI_LIB
-DQT_CORE_LIB -DQT_THREAD_SUPPORT
-I"c:\Programme\Qt\SDK\2009.04\qt\include\QtCore"
-I"c:\Programme\Qt\SDK\2009.04\qt\include\QtGui"
-I"c:\Programme\Qt\SDK\2009.04\qt\include" -I"..\..\..\boost_1_40_0"
-I"c:\Programme\Qt\SDK\2009.04\qt\include\ActiveQt" -I"debug"
-I"c:\Programme\Qt\SDK\2009.04\qt\mkspecs\win32-g++" -o debug\substfun.o
substfun.cpp
It looks like the include path was not included at all.
I have run qmake manually to make sure the Makefile is rebuild.
Now I do not know where to proceed.
Matthias
More information about the Qt-interest-old
mailing list