From 561df3827e091c5646648a50b94278843a7554aa Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 4 Sep 2008 14:49:53 +0000 Subject: WPS editor: * Simplify Makefile * Get rid of buildall.* * Change library loading behaviour to work with MODEL_NAME Screenshot: * Simplify Makefile config-*.h: * Add MODEL_NAME git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18407 a1c6a512-1295-4272-9138-f99709370657 --- utils/wpseditor/gui/src/qwpsdrawer.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'utils/wpseditor/gui/src/qwpsdrawer.h') diff --git a/utils/wpseditor/gui/src/qwpsdrawer.h b/utils/wpseditor/gui/src/qwpsdrawer.h index 65e98723f5..eec4300286 100644 --- a/utils/wpseditor/gui/src/qwpsdrawer.h +++ b/utils/wpseditor/gui/src/qwpsdrawer.h @@ -5,6 +5,7 @@ #include #include #include +#include #include "wpsstate.h" @@ -37,6 +38,13 @@ class QWpsDrawer : public QWidget { QString mWpsString; QString mCurTarget; static QString mTmpWpsString; + + struct lib_t + { + QString target_name; + QString lib; + }; + QMap libs_array; protected: -- cgit v1.2.3