Changes between Version 4 and Version 5 of FAQ_compilation


Ignore:
Timestamp:
10/23/13 14:05:44 (11 years ago)
Author:
Marek Kurdej
Comment:

pacpus_plugin

Legend:

Unmodified
Added
Removed
Modified
  • FAQ_compilation

    v4 v5  
    43432. Add ```${MOC_FILES}``` to the list of sources used by ```pacpus_add_library``` or ```pacpus_add_executable```.
    4444
     45=== Class should use ```pacpus_plugin``` ===
     46==== Error message ====
     47Similar 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
    4552=== ```addInputs()``` / ```addOutputs``` can be used only in a class derived from ```QObject``` ===
    4653==== Error message ====