diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2007-11-13 04:54:49 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2007-11-13 04:54:49 (GMT) |
commit | a81896eaedc17f11e3fb412a296309abd9e34b63 (patch) | |
tree | 8e1204cfa77852920fa730dec0e97a3b09926818 /Source/QtDialog/CMakeSetup.qrc | |
parent | 45a8e26fe159e6c0847addb3dbc126a852779f5a (diff) | |
download | CMake-a81896eaedc17f11e3fb412a296309abd9e34b63.zip CMake-a81896eaedc17f11e3fb412a296309abd9e34b63.tar.gz CMake-a81896eaedc17f11e3fb412a296309abd9e34b63.tar.bz2 |
ENH: Add ability to add cache entries (even before first configure).
Diffstat (limited to 'Source/QtDialog/CMakeSetup.qrc')
-rw-r--r-- | Source/QtDialog/CMakeSetup.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetup.qrc b/Source/QtDialog/CMakeSetup.qrc index a4031d3..5ceb1df 100644 --- a/Source/QtDialog/CMakeSetup.qrc +++ b/Source/QtDialog/CMakeSetup.qrc @@ -2,5 +2,6 @@ <qresource prefix="/Icons" > <file>CMakeSetup.png</file> <file>Delete16.png</file> + <file>Plus16.png</file> </qresource> </RCC> |