meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| qt5:issues [2016/04/14 08:33] – created niziak | qt5:issues [2018/06/13 12:34] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== QtWidgets/ | ||
| + | When compiling project using QT4.8: | ||
| + | < | ||
| + | fatal error: QtWidgets/ | ||
| + | # | ||
| + | </ | ||
| + | |||
| + | Wrong include in file (for QT5) | ||
| + | Should be | ||
| + | <file | main.cpp> | ||
| + | # | ||
| + | </ | ||
| + | <file | main.pro> | ||
| + | TEMPLATE += app | ||
| + | QT += gui declarative | ||
| + | SOURCES += main.cpp | ||
| + | </ | ||
| + | |||
| + | |||
| + | ====== libQt5OpenGL.so.5: | ||
| + | < | ||
| Got keys from plugin meta data (" | Got keys from plugin meta data (" | ||
| QFactoryLoader:: | QFactoryLoader:: | ||
| Line 4: | Line 25: | ||
| QLibraryPrivate:: | QLibraryPrivate:: | ||
| defaultServiceProvider:: | defaultServiceProvider:: | ||
| + | </ | ||