1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

core: remove obsolete/empty sources for Qt and Wxwidgets

This commit is contained in:
Sebastien Helleu
2011-11-03 16:06:15 +01:00
parent e62cf7c57d
commit 4b1bc5ff1b
15 changed files with 4 additions and 205 deletions
+1 -9
View File
@@ -65,18 +65,10 @@ if GUI_NCURSES
curses_dir=curses
endif
if GUI_WXWIDGETS
wxwidgets_dir=wxwidgets
endif
if GUI_GTK
gtk_dir=gtk
endif
if GUI_QT
qt_dir=qt
endif
SUBDIRS = . $(curses_dir) $(wxwidgets_dir) $(gtk_dir) $(qt_dir)
SUBDIRS = . $(curses_dir) $(gtk_dir)
EXTRA_DIST = CMakeLists.txt