Creator not "seeing" path to boost library
-
Sorry, a Merge Request, a request to add or modify a piece of code in Qt itself. You can find the suggestion and the code here: http://gitorious.org/~seanharmer/qt/seanharmers-qtdoc
Good luck with getting Boost to run! What parts of Boost are you trying to get running? Most of Boost does not need to be build; many parts are templated, header only. All you need to do is make sure qmake can find the include locations.
-
Yeah, just to test, I put an unconditional INCLUDEPATH in the .pro file on my Windows machine, and Creator finds boost now (at least the .hpp files, which is good enough for me at present).
Now, for making this platform-independent, where can I find a list of the prefixes like "win32" and "unix"? I assume those are pre-set, since there are no definitions of them in my .pro file.
Thanks.
-
No, I don't expect that -- I expect just the opposite...that's why I realize the need for using those prefixes. My question is, where can I find a list of those prefixes? I want to make sure I'm choosing the right one for my Windows 7 64-bit version. Plus, I'd like to look them over.