-rw-r--r-- | examples/simple-main/config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/simple-main/config.in b/examples/simple-main/config.in index 311e594..57cf603 100644 --- a/examples/simple-main/config.in +++ b/examples/simple-main/config.in @@ -1,4 +1,4 @@ -CONFIG EXAMPLE_SIMPLE - boolean "Simple MainWindow Example" - default "n" - depends (LIBQPE || LIBQPE-X11 ) && EXAMPLES
\ No newline at end of file + config SIMPLE_MAIN + boolean "Simple Mainwindow with Actions buttons and iconsets" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES |