]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/portabase/portabase-1.9/qtopia.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / portabase / portabase-1.9 / qtopia.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- portabase/portabase.pro~qtopia
7 +++ portabase/portabase.pro
8 @@ -7,7 +7,7 @@
9                    portabase_zh_TW.ts
10  # determine which version to compile for
11  # options are desktop, qtopia, or sharp (add "test" for the test environment)
12 -CONFIG         += desktop
13 +CONFIG         += qtopia
14  
15  # Files common between all versions
16  HEADERS         = portabase.h \
17 @@ -120,7 +120,7 @@
18                    metakitfuncs.cpp
19  
20  # Stuff for all Linux/UNIX versions
21 -unix:LIBS       += -lm -lmk4 -lbeecrypt -ljpeg
22 +unix:LIBS       += -lm -lmk4 -lbeecrypt -ljpeg -lstdc++
23  
24  # Stuff for older Zaurus ROMs
25  qtopia:CONFIG  += zaurus
26 @@ -155,44 +155,3 @@
27                        dynamicedit.cpp \
28                        inputdialog.cpp
29  
30 -# Stuff for the Qtopia test environment
31 -test:TMAKE_CC   = gcc-2.95
32 -test:TMAKE_CXX  = g++-2.95
33 -
34 -# Stuff for all desktop versions
35 -desktop:CONFIG  += thread
36 -desktop:HEADERS += desktop/QtaDatePicker.h \
37 -                   desktop/applnk.h \
38 -                   desktop/config.h \
39 -                   desktop/dynamicedit.h \
40 -                   desktop/filemanager.h \
41 -                   desktop/fileselector.h \
42 -                   desktop/helpbrowser.h \
43 -                   desktop/importdialog.h \
44 -                   desktop/newfiledialog.h \
45 -                   desktop/oldconfig.h \
46 -                   desktop/qpeapplication.h \
47 -                   desktop/resource.h \
48 -                   desktop/timestring.h
49 -desktop:SOURCES += desktop/QtaDatePicker.cpp \
50 -                   desktop/applnk.cpp \
51 -                   desktop/config.cpp \
52 -                   desktop/dynamicedit.cpp \
53 -                   desktop/filemanager.cpp \
54 -                   desktop/fileselector.cpp \
55 -                   desktop/helpbrowser.cpp \
56 -                   desktop/importdialog.cpp \
57 -                   desktop/newfiledialog.cpp \
58 -                   desktop/oldconfig.cpp \
59 -                   desktop/qpeapplication.cpp \
60 -                   desktop/resource.cpp \
61 -                   desktop/timestring.cpp
62 -
63 -# Stuff for Windows
64 -win32:LIBS                   += mk4vc60s.lib beecrypt.lib libjpeg.lib
65 -win32:DEFINES                += QT_DLL
66 -win32:RC_FILE                 = portabase.rc
67 -win32:QMAKE_CXXFLAGS_RELEASE += /MD
68 -win32:INCLUDEPATH            += D:\Devel\metakit-2.4.9.3\include \
69 -                                D:\Devel\jpeg-6b \
70 -                                D:\Devel