gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5853 - GNUnet/src/setup


From: gnunet
Subject: [GNUnet-SVN] r5853 - GNUnet/src/setup
Date: Sun, 9 Dec 2007 21:26:28 -0700 (MST)

Author: grothoff
Date: 2007-12-09 21:26:28 -0700 (Sun, 09 Dec 2007)
New Revision: 5853

Modified:
   GNUnet/src/setup/gnunet-setup.c
Log:
auto-qt

Modified: GNUnet/src/setup/gnunet-setup.c
===================================================================
--- GNUnet/src/setup/gnunet-setup.c     2007-12-10 04:22:48 UTC (rev 5852)
+++ GNUnet/src/setup/gnunet-setup.c     2007-12-10 04:26:28 UTC (rev 5853)
@@ -193,6 +193,9 @@
 #if HAVE_GTK
   "|gconfig|wizard-gtk"
 #endif
+#if HAVE_QT
+  "|qconfig|wizard-qt"
+#endif
   "";
 
 /**
@@ -202,6 +205,7 @@
  */
 static const char *modules[] = {
   "gconfig", "setup_gtk", "gconf_main",
+  "qconfig", "setup_qt", "qconf_main",
   "menuconfig", "setup_curses", "mconf_main",
   "config", "setup_text", "main_",
   "wizard-curses", "setup_curses", "wizard_curs_main",
@@ -265,6 +269,9 @@
 #if HAVE_DIALOG
           operation = "menuconfig";
 #endif
+#if HAVE_QT
+          operation = "qconfig";
+#endif
 #if HAVE_GTK
           operation = "gconfig";
 #endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]