[Qt-interest] Ulternative to qmake

Gopalakrishna Bhat gopalakbhat at gmail.com
Mon Sep 13 06:18:57 CEST 2010


On Sat, Sep 11, 2010 at 4:55 AM, yogesh upreti <yogesh.upreti at gmail.com>wrote:

> Hi Gopal,
> I have installed cmake 2.8
> I have make this CMakeLists.txt file.
> Now what, how do I build?
>
>
> I do not have any experience of using cmake in windows. From the error it
looks like you have to add

include_directories(${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR})

and

target_link_libraries(qApp ${QT_LIBRARIES} ${QT_QTNETWORK_LIBRARIES})

to your CMakeLists.txt . It may be something parallel in windows.

http://www.paraview.org/Wiki/CMake_FAQ

might help you out in this.

-- 
My blog http://gkbhat.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100913/9e28fa30/attachment.html 


More information about the Qt-interest-old mailing list