author | alwin <alwin> | 2004-03-12 19:26:07 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-03-12 19:26:07 (UTC) |
commit | bc38f41ba73462e22fcf7331e85e7bf410637ae8 (patch) (side-by-side diff) | |
tree | 6cf92f8a3ff1933b9822e6533aba19b92475622c | |
parent | b600871ce93553a116a66fd80acd6dfc1cc46829 (diff) | |
download | opie-bc38f41ba73462e22fcf7331e85e7bf410637ae8.zip opie-bc38f41ba73462e22fcf7331e85e7bf410637ae8.tar.gz opie-bc38f41ba73462e22fcf7331e85e7bf410637ae8.tar.bz2 |
osmart_pointer -> osmartpointer
-rw-r--r-- | libopie2/opiecore/opiecore.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opiecore/opiecore.pro b/libopie2/opiecore/opiecore.pro index a4080a8..523d6a7 100644 --- a/libopie2/opiecore/opiecore.pro +++ b/libopie2/opiecore/opiecore.pro @@ -1,35 +1,35 @@ TEMPLATE = lib CONFIG += qt warn_on debug DESTDIR = $(OPIEDIR)/lib HEADERS = oapplication.h \ oconfig.h \ odebug.h \ oglobal.h \ oglobalsettings.h \ oprocess.h \ oprocctrl.h \ - osmart_pointer.h \ + osmartpointer.h \ ostorageinfo.h \ xmltree.h SOURCES = oapplication.cpp \ oconfig.cpp \ odebug.cpp \ oglobal.cpp \ oglobalsettings.cpp \ oprocess.cpp \ oprocctrl.cpp \ ostorageinfo.cpp \ xmltree.cc include ( device/device.pro ) INTERFACES = TARGET = opiecore2 VERSION = 1.8.5 INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include !contains( platform, x11 ) { LIBS = -lqpe include ( $(OPIEDIR)/include.pro ) |