diff options
Diffstat (limited to 'languages/cpp/app_templates/kscons_kxt')
-rw-r--r-- | languages/cpp/app_templates/kscons_kxt/QUICKSTART | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/cpp/app_templates/kscons_kxt/QUICKSTART b/languages/cpp/app_templates/kscons_kxt/QUICKSTART index 53ae8c9e..b6411d09 100644 --- a/languages/cpp/app_templates/kscons_kxt/QUICKSTART +++ b/languages/cpp/app_templates/kscons_kxt/QUICKSTART @@ -12,7 +12,7 @@ http://freehackers.org/~tnagy/bksys_manual.html CONFIGURING AND COMPILING THE PROJECT(S) SCONS TIPS -TQMOC PROCESSING +MOC PROCESSING SCONS MINIMUM DISTRIBUTION MORE TIPS @@ -61,7 +61,7 @@ checkinstall --fstrans=no --nodoc scons install To make scons run (much) faster, consult ./addons/README in bksys ------------------------------------------ -TQMOC PROCESSING +MOC PROCESSING In qt programs, when a header 'foo.h' contains a class that has Q_SIGNALS and Q_SLOTS, then 'foo.h' must contain the macro Q_OBJECT |