CopperSpice Overview
PepperMill

The PepperMill program is a utility which is used one time to convert your Qt application header files to standard C++ header files. This program will convert the syntax of Signal and Slot declarations, properties, enums, and several other constructs which involve registration. Minor modifications may be required after running PepperMill. We suggest reviewing your new header files as you may want to optimize.

This entire process is only done one time.

  • Convert your application header files
    • Use the PepperMill utility to convert to the CopperSpice syntax

  • Create or modify your build files
  • Build your application

Download PepperMill

Click on the following link to download the PepperMill program.   PepperMill

Running PepperMill

To run PepperMill on one .h file use the following syntax:

PepperMill --onefile <your_path>/about.h -f


To run PepperMill on one folder use the following syntax:

PepperMill --onefolder <your_path>/my_app -f


To run PepperMill recursively use the following syntax:

PepperMill --recursive <your_path> -f