mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-28 06:02:56 +08:00
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
The project file provided with this example assumes that the
|
|
environment variable QPC is defined and it points to the location
|
|
of the QP/C++ framework. For example, assuming that you have
|
|
installed QP/C++ into the directory C:\qp\qpcpp, you should define
|
|
the environment variable QPCPP to C:\qp\qpcpp.
|
|
|
|
Editing the Environment Variables on Windows
|
|
--------------------------------------------
|
|
Open the Windows Explorer and right-click on the Computer
|
|
icon. Then select Properties from the pop-up menu. This opens
|
|
a window with the basic information about your computer. In the
|
|
left panel of this window, click on "Advanced system settings".
|
|
This opens the dialog "System Properties". Click the
|
|
"Environment Variables..." button.
|
|
|
|
To add a new environment variable, click the "New..." button
|
|
in the System variables section and provide the variable name
|
|
(e.g., QPCPP) and value (e.g., C:\qp\qpcpp).
|
|
|
|
****
|
|
NOTE: After updating envrinment variables, you shold reboot your
|
|
computer so that all applications, such as IAR Embedded Workbench
|
|
can pick up the changes.
|
|
**** |