Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Qt support(tools, plugins for QT support)
Qt support [message #1771544] Sun, 27 August 2017 11:29
Yan Pas is currently offline Yan PasFriend
Messages: 7
Registered: June 2016
Junior Member
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: Fri Mar 29 14:54:24 GMT 2024

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

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

Back to the top