Changes between Version 4 and Version 5 of FAQ_compilation
- Timestamp:
- Oct 23, 2013, 2:05:44 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ_compilation
v4 v5 43 43 2. Add ```${MOC_FILES}``` to the list of sources used by ```pacpus_add_library``` or ```pacpus_add_executable```. 44 44 45 === Class should use ```pacpus_plugin``` === 46 ==== Error message ==== 47 Similar to the previous one, but concerning ```ComponentPlugin```. 48 49 ==== Solution ==== 50 * Check that you use ```pacpus_plugin``` CMake macro and that generated files ```${PLUGIN_CPP}``` and ```${PLUGIN_HDR}``` are compiled and correspoding objects linked to the target. 51 45 52 === ```addInputs()``` / ```addOutputs``` can be used only in a class derived from ```QObject``` === 46 53 ==== Error message ====