[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: Working on qt creator.
From:       anu mittal <anu22mittal () gmail ! com>
Date:       2015-01-17 16:13:02
Message-ID: CALdSTMtc2+8OUvsnNjCadkr_pfCwmT-aoSVH4Sso_G0aT5VdxA () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I included those .cpp class needed by the application by adding the class
name in set[1] of cmake,this successfully included the respective .cpp and
.h files in my folder under qt creator but there is one header file
(libkdeedu_compoundviewer_export.h) which is included by the
openbabel2wrapper.h is still not found in the folder.

[1]set( compoundviewer_SRCS
  openbabel2wrapper.cpp
  kalziumglwidget.cpp
  kalziumglpart.cpp
  libkdeedu_compoundviewer_export.h)

where am i going wrong?

On Sat, Jan 17, 2015 at 5:45 PM, anu mittal <anu22mittal@gmail.com> wrote:

> Hi,
> Yes, i am asking for the application Kalzium.
> Okay, i got it.
> Thanks.
>
> On Sat, Jan 17, 2015 at 5:10 PM, Jeremy Whiting <jpwhiting@kde.org> wrote:
>
>> Anu, Are you talking about Kalzium here? Need to add them to one of the
>> CMakeLists.txt files since it uses cmake to build.
>>
>> On Sat, Jan 17, 2015 at 4:16 AM, anu mittal <anu22mittal@gmail.com>
>> wrote:
>>
>>> No, i cannot find .pro file for my application and therefore i cannot
>>> even manually add the header file.
>>>
>>> On Sat, Jan 17, 2015 at 3:11 PM, Sahil Sehgal <sahilsehgal1995@gmail.com
>>> > wrote:
>>>
>>>> Try to manually include that files in qt.
>>>>
>>>> On 17-Jan-2015 2:48 pm, "anu mittal" <anu22mittal@gmail.com> wrote:
>>>> >
>>>> >
>>>> > Hi,
>>>> > When I am opening my project in qt creator few of my .cpp and .h
>>>> files are not shown in the folders and due to which compile time error is
>>>> shown that those files cannot be found. I have rebuilt the project but
>>>> files are not included, how should it be resolved?
>>>> > --
>>>> > Regards,
>>>> > Anu.
>>>> >
>>>> >
>>>> > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
>>>> unsubscribe <<
>>>> >
>>>>
>>>>
>>>>
>>>> >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
>>>> unsubscribe <<
>>>>
>>>>
>>>
>>>
>>> --
>>> Regards,
>>> Anu.
>>>
>>>
>>> >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
>>> unsubscribe <<
>>>
>>>
>>
>>
>> >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
>> unsubscribe <<
>>
>>
>
>
> --
> Regards,
> Anu.
>



-- 
Regards,
Anu.

[Attachment #5 (text/html)]

<div dir="ltr"><div>I included those .cpp class needed by the application by adding \
the class name in set[1] of cmake,this successfully included the respective .cpp and \
.h files in my folder under qt creator but there is one header file \
(libkdeedu_compoundviewer_export.h) which is included by the openbabel2wrapper.h is \
still not found in the folder.<br><br>[1]set( compoundviewer_SRCS<br>   \
openbabel2wrapper.cpp<br>   kalziumglwidget.cpp<br>   kalziumglpart.cpp <br>   \
libkdeedu_compoundviewer_export.h)<br></div><br>where am i going wrong?<br></div><div \
class="gmail_extra"><br><div class="gmail_quote">On Sat, Jan 17, 2015 at 5:45 PM, anu \
mittal <span dir="ltr">&lt;<a href="mailto:anu22mittal@gmail.com" \
target="_blank">anu22mittal@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">Hi,<div>Yes, i am asking for the application \
Kalzium.</div><div>Okay, i got it.  </div><div>Thanks.</div></div><div \
class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div \
class="gmail_quote">On Sat, Jan 17, 2015 at 5:10 PM, Jeremy Whiting <span \
dir="ltr">&lt;<a href="mailto:jpwhiting@kde.org" \
target="_blank">jpwhiting@kde.org</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">Anu, Are you talking about Kalzium here? Need \
to add them to one of the CMakeLists.txt files since it uses cmake to \
build.</div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, \
Jan 17, 2015 at 4:16 AM, anu mittal <span dir="ltr">&lt;<a \
href="mailto:anu22mittal@gmail.com" \
target="_blank">anu22mittal@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">No, i cannot find .pro file for my application \
and therefore i cannot even manually add the header file.</div><div \
class="gmail_extra"><div><div><br><div class="gmail_quote">On Sat, Jan 17, 2015 at \
3:11 PM, Sahil Sehgal <span dir="ltr">&lt;<a href="mailto:sahilsehgal1995@gmail.com" \
target="_blank">sahilsehgal1995@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><p dir="ltr">Try to manually include that files in \
qt.</p><div><div><br> On 17-Jan-2015 2:48 pm, &quot;anu mittal&quot; &lt;<a \
href="mailto:anu22mittal@gmail.com" target="_blank">anu22mittal@gmail.com</a>&gt; \
wrote:<br> &gt;<br>
&gt;<br>
&gt; Hi,<br>
&gt; When I am opening my project in qt creator few of my .cpp and .h files are not \
shown in the folders and due to which compile time error is shown that those files \
cannot be found. I have rebuilt the project but files are not included, how should it \
be resolved?<br> &gt; -- <br>
&gt; Regards,<br>
&gt; Anu.<br>
&gt;<br>
&gt;<br></div></div><span>
&gt; &gt;&gt; Visit <a href="http://mail.kde.org/mailman/listinfo/kde-devel#unsub" \
target="_blank">http://mail.kde.org/mailman/listinfo/kde-devel#unsub</a> to \
unsubscribe &lt;&lt;<br> &gt;<br>
</span><p></p>
<br><br>
&gt;&gt; Visit <a href="http://mail.kde.org/mailman/listinfo/kde-devel#unsub" \
target="_blank">http://mail.kde.org/mailman/listinfo/kde-devel#unsub</a> to \
unsubscribe &lt;&lt;<br> <br></blockquote></div><br><br \
clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><div><div \
dir="ltr">Regards,<div>Anu.</div></div></div> </font></span></div>
<br><br>
&gt;&gt; Visit <a href="http://mail.kde.org/mailman/listinfo/kde-devel#unsub" \
target="_blank">http://mail.kde.org/mailman/listinfo/kde-devel#unsub</a> to \
unsubscribe &lt;&lt;<br> <br></blockquote></div><br></div>
</div></div><br><br>
&gt;&gt; Visit <a href="http://mail.kde.org/mailman/listinfo/kde-devel#unsub" \
target="_blank">http://mail.kde.org/mailman/listinfo/kde-devel#unsub</a> to \
unsubscribe &lt;&lt;<br> <br></blockquote></div><br><br clear="all"><div><br></div>-- \
<br><div><div dir="ltr">Regards,<div>Anu.</div></div></div> </div>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div \
class="gmail_signature"><div dir="ltr">Regards,<div>Anu.</div></div></div> </div>



>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic