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:
@@ -1 +1 @@
|
||||
include gtk/setup/general/makeapp
|
||||
include ../install/unix/setup/general/makeapp
|
||||
|
@@ -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
|
||||
|
45
src/qt.inc
45
src/qt.inc
@@ -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=\
|
||||
\
|
||||
|
Reference in New Issue
Block a user