[Qt-creator] How to show sources in the project tree that are not compiled by gcc.

Paulo Silva paulo.jnkml at gmail.com
Fri Apr 27 10:47:55 CEST 2012


Thanks,

that kind of works. =)


On Fri, Apr 27, 2012 at 5:43 PM, Konstantin Tokarev <annulen at yandex.ru> wrote:
>
>
> 27.04.2012, 12:39, "Paulo Silva" <paulo.jnkml at gmail.com>:
>> Hi,
>>
>> I'm building a cuda application on QtC, and I got to this point that I
>> have two types of sources.
>> One, the normal c/c++ sources, and another the cuda sources.
>>
>> Like discussed here http://forums.nvidia.com/index.php?showtopic=29539
>>
>> in my project file I have:
>>
>> CUDA_SOURCES += ../src/*.cu
>> SOURCES += ../src/*.cpp
>> (...)
>> cuda.input = CUDA_SOURCES
>> (...)
>> QMAKE_EXTRA_COMPILERS += cuda
>>
>> Now, I would like to have my CUDA_SOURCES listed in the project tree.
>> However if I add them to the SOURCES then gcc will try to compile them
>> - and we don't want that, because nvcc will take care of that.
>> Is there another way of making them show up on the tree?
>>
>> My issue is exactly the same as asked here:
>> http://qt-project.org/forums/viewthread/3105
>> But the answer is not helpful, as it does not relate to how to get the
>> source listed on the QtCreator project tree.
>
> Add them to OTHER_FILES
>
> --
> Regards,
> Konstantin



More information about the Qt-creator mailing list