Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Qt support(tools, plugins for QT support)
Qt support [message #1771544] Sun, 27 August 2017 07:29
Eclipse UserFriend
Eclispe has experimental plugin called "Qt Support" but currently it's useless, it doesn't allow you to build your project. Meanwhile using classic Makefile project with some predefined macros allow comfortable Qt expirience.

What if abandon current implemetation, fork Makefile project and add these definitions?

Include directories:
/usr/include/x86_64-linux-gnu/qt5
/usr/include/x86_64-linux-gnu/qt5/QtGui
/usr/include/x86_64-linux-gnu/qt5/QtCore
/usr/include/x86_64-linux-gnu/qt5/QtNetwork
...etc

Macros:
__cplusplus 201103L
Q_OBJECT
Q_CORE_EXPORT
Q_WIDGETS_EXPORT
Q_WEBKITWIDGETS_EXPORT
...etc

Previous Topic:avr-gcc problem
Next Topic:Eclipse 4.6 Neon | TCF | Remote debugging
Goto Forum:
  


Current Time: Mon Mar 24 23:51:01 EDT 2025

Powered by FUDForum. Page generated in 0.03087 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top