Hi guys and girls,

my question is exactly that:
Howto make qt-creator list the header files in the project tree for cmake in
CMakelists.txt?
Because I have something like
include_directories(${INCLUDE_DIRECTORIES}include) and
it does nothing.

Now, if I do

file(GLOB HEADERS "include/*.hpp")

add_executable( ${BIN} test/main.cpp ${HEADERS} )


It works but it does not feel like the optimal solution.

Is there a better way of doing this?


Thanks,

Paulo
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to