moc
CMake + Qt : define the moc/ui output directory
I\'m currently transferring a project built with qmake to CMake. In the version with qmak开发者_StackOverflow中文版e, in the .pri file, there was[详细]
2023-03-27 06:40 分类:问答QObject creates moc file, but still getting vtable errors
I can\'t seem to shake this error after making PrimitivePartsWrapper a subclass of QObject (including the Q_OBJECT macro).[详细]
2023-03-26 21:22 分类:问答What's causing this QT 4.7.3 error?
I have a program which compiles just fine in OpenSuse 11.2 with QT version 4.5. However, when I compiled the 开发者_如何学运维same program using OpenSuse 11.4 with QT 4.7.3, I\'m getting this error me[详细]
2023-03-07 03:52 分类:问答cmake doesn't generate Qt moc files using QT4_automoc
I\'m trying to compile a little test application basic layout example in Qt using the Visual Studio 2010 compiler on Windows 7.[详细]
2023-03-01 14:43 分类:问答Undefined symbol in shared library with g++
With JVMTI I am developing an agent to profile Java applications. Therefore a shared library libagent.so is compiled. Further I use the Qt framework:[详细]
2023-02-18 09:26 分类:问答How can I use cascaded namespaces in moc files?
I\'m currently writing a small application with Qt (4.7). And I use nested namespaces like name开发者_开发知识库space app {[详细]
2023-02-13 13:33 分类:问答Qt Interface: undefined interface error
I\'m trying to write a plugin for KDevelop and I\'m having an开发者_C百科 interface problem. Whenever I include QInterfaces(KDevelop::\"Interface\" I get an undefined interface error when doing the MO[详细]
2023-02-13 00:38 分类:问答Why are there two nested curly braces without any statement in-between?
The code given below is the code generated by MOC in Qt. const QMetaObject MainWindow::staticMetaObject = {[详细]
2023-02-06 22:02 分类:问答Qt compiler warning: overriding commands for target / ignoring old commands for target
When I\'m compiling my Qt project for Windows I receive these 2 warnings: Makefile.Debug:109: warning: overriding comman开发者_运维知识库ds for target `debug/moc_mainwindow.cpp\'[详细]
2023-02-05 01:43 分类:问答Why does this Qt header file fail to get parsed by moc?
I created a new \'C++ library\' project in Qt, which has the following header file: #include \"Test_global.h\"[详细]
2023-02-01 18:13 分类:问答