More work on wxQt integration, configure

I tried notr to break anything...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-08-07 20:23:17 +00:00
parent d50b2a58e9
commit b4e76e0d7e
55 changed files with 160 additions and 8 deletions

View File

@@ -1 +1 @@
include gtk/setup/general/makeapp
include ../install/unix/setup/general/makeapp

View File

@@ -6,13 +6,13 @@ if test ! -d gtk; then
fi
# create "/qt" if not present
if test ! -d gtk; then
mkdir gtk
if test ! -d qt; then
mkdir qt
fi
# create "/motif" if not present
if test ! -d gtk; then
mkdir gtk
if test ! -d motif; then
mkdir motif
fi
# create "/common" if not present

View File

@@ -10,6 +10,51 @@ LIB_MINOR=1
LIB_CPP_SRC=\
\
qt/app.cpp \
qt/bitmap.cpp \
qt/brush.cpp \
qt/button.cpp \
qt/checkbox.cpp \
qt/choice.cpp \
qt/colour.cpp \
qt/control.cpp \
qt/combobox.cpp \
qt/cursor.cpp \
qt/data.cpp \
qt/dc.cpp \
qt/dcclient.cpp \
qt/dcmemory.cpp \
qt/dcscreen.cpp \
qt/dnd.cpp \
qt/dialog.cpp \
qt/filedlg.cpp \
qt/font.cpp \
qt/frame.cpp \
qt/gauge.cpp \
qt/gdiobj.cpp \
qt/icon.cpp \
qt/listbox.cpp \
qt/mdi.cpp \
qt/menu.cpp \
qt/notebook.cpp \
qt/palette.cpp \
qt/pen.cpp \
qt/radiobox.cpp \
qt/radiobut.cpp \
qt/region.cpp \
qt/scrolbar.cpp \
qt/settings.cpp \
qt/slider.cpp \
qt/statbox.cpp \
qt/stattext.cpp \
qt/tbargtk.cpp \
qt/textctrl.cpp \
qt/timer.cpp \
qt/utilsgtk.cpp \
qt/utilsres.cpp \
qt/window.cpp \
\
LIB_C_SRC=\
\