author | mickeyl <mickeyl> | 2003-12-03 22:43:51 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-12-03 22:43:51 (UTC) |
commit | ac3b69ee40e341c847a31cc72eb25d395088c432 (patch) (side-by-side diff) | |
tree | 3c4b04cf92aec63f4129fe80dd28c40b609a76c5 /libopie2/opieui/opieui.pro | |
parent | ae3310f90ad9fc7a264b8963ad0fc24b10b48730 (diff) | |
download | opie-ac3b69ee40e341c847a31cc72eb25d395088c432.zip opie-ac3b69ee40e341c847a31cc72eb25d395088c432.tar.gz opie-ac3b69ee40e341c847a31cc72eb25d395088c432.tar.bz2 |
remove X11 abstraction classes - they will come back later but using
the same strategy as zecke did when porting Opie to Qt/X11
-rw-r--r-- | libopie2/opieui/opieui.pro | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro index cfb591c..b455602 100644 --- a/libopie2/opieui/opieui.pro +++ b/libopie2/opieui/opieui.pro @@ -1,53 +1,49 @@ TEMPLATE = lib CONFIG += qt warn_on debug DESTDIR = $(OPIEDIR)/lib HEADERS = olistview.h \ oimageeffect.h \ opixmapeffect.h \ opopupmenu.h \ opixmapprovider.h \ oselector.h \ oversatileview.h \ oversatileviewitem.h \ odialog.h \ - omenubar.h \ - opiemenubar.h \ omessagebox.h \ oresource.h \ oseparator.h SOURCES = olistview.cpp \ oimageeffect.cpp \ opixmapeffect.cpp \ opopupmenu.cpp \ opixmapprovider.cpp \ oselector.cpp \ oversatileview.cpp \ oversatileviewitem.cpp \ odialog.cpp \ - omenubar.cpp \ - opiemenubar.cpp \ oresource.cpp \ oseparator.cpp INTERFACES = TARGET = opieui2 VERSION = 1.8.2 INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lopiecore2 MOC_DIR = moc OBJECTS_DIR = obj !contains( platform, x11 ) { include ( $(OPIEDIR)/include.pro ) HEADERS += otaskbarapplet.h SOURCES += otaskbarapplet.cpp } contains( platform, x11 ) { LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib message( Warning: NO otaskbarapplet ATM ) } |