-rw-r--r-- | core/applets/lockapplet/lockapplet.pro | 2 | ||||
-rw-r--r-- | examples/simple-pim/config.in | 2 | ||||
-rw-r--r-- | libslcompat/config.in | 2 | ||||
-rw-r--r-- | noncore/applets/zkbapplet/config.in | 2 | ||||
-rw-r--r-- | noncore/apps/opie-reader/config.in | 2 | ||||
-rw-r--r-- | noncore/apps/qashmoney/config.in | 2 | ||||
-rw-r--r-- | noncore/games/kbill/config.in | 2 | ||||
-rw-r--r-- | noncore/games/mindbreaker/config.in | 2 | ||||
-rw-r--r-- | noncore/games/sfcave-sdl/config.in | 2 | ||||
-rw-r--r-- | noncore/games/sfcave/config.in | 2 | ||||
-rwxr-xr-x | noncore/games/solitaire/solitaire.pro | 2 | ||||
-rw-r--r-- | noncore/settings/tabmanager/config.in | 2 | ||||
-rw-r--r-- | noncore/todayplugins/stockticker/stocktickerlib/config.in | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/core/applets/lockapplet/lockapplet.pro b/core/applets/lockapplet/lockapplet.pro index e0ee780..b890585 100644 --- a/core/applets/lockapplet/lockapplet.pro +++ b/core/applets/lockapplet/lockapplet.pro | |||
@@ -1,12 +1,12 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt plugn warn_on | 2 | CONFIG += qt plugn warn_on |
3 | HEADERS = lock.h | 3 | HEADERS = lock.h |
4 | SOURCES = lock.cpp | 4 | SOURCES = lock.cpp |
5 | TARGET = lockapplet | 5 | TARGET = lockapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe -lopiesecurity2 |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/examples/simple-pim/config.in b/examples/simple-pim/config.in index 100c27a..dd1e93b 100644 --- a/examples/simple-pim/config.in +++ b/examples/simple-pim/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config SIMPLE_PIM | 1 | config SIMPLE_PIM |
2 | boolean "Mainwindow with PIM and QCOP usage" | 2 | boolean "Mainwindow with PIM and QCOP usage" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIE2CORE && LIBOPIE2PIM | 4 | depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2PIM |
diff --git a/libslcompat/config.in b/libslcompat/config.in index 365d217..87db3c2 100644 --- a/libslcompat/config.in +++ b/libslcompat/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config LIBSLCOMPAT | 1 | config LIBSLCOMPAT |
2 | boolean "Sharp libsl compatibility library" | 2 | boolean "Sharp libsl compatibility library" |
3 | default "n" | 3 | default "n" |
4 | depends on LIBOPIE2UI | 4 | depends on LIBOPIE2UI && LIBQTAUX |
diff --git a/noncore/applets/zkbapplet/config.in b/noncore/applets/zkbapplet/config.in index b3d3fc5..1960e0b 100644 --- a/noncore/applets/zkbapplet/config.in +++ b/noncore/applets/zkbapplet/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config ZKBAPPLET | 1 | config ZKBAPPLET |
2 | boolean "zkbapplet (Switch hardware keyboard layout on the fly)" | 2 | boolean "zkbapplet (Switch hardware keyboard layout on the fly)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
diff --git a/noncore/apps/opie-reader/config.in b/noncore/apps/opie-reader/config.in index 241562e..9f80a93 100644 --- a/noncore/apps/opie-reader/config.in +++ b/noncore/apps/opie-reader/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config OPIE-READER | 1 | config OPIE-READER |
2 | boolean "opie-reader (E-Text reader)" | 2 | boolean "opie-reader (E-Text reader)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI |
diff --git a/noncore/apps/qashmoney/config.in b/noncore/apps/qashmoney/config.in index aeed298..094f845 100644 --- a/noncore/apps/qashmoney/config.in +++ b/noncore/apps/qashmoney/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config QASHMONEY | 1 | config QASHMONEY |
2 | boolean "opie-qashmoney (money manager)" | 2 | boolean "opie-qashmoney (money manager)" |
3 | default "n" | 3 | default "n" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBSQLITE_DEP |
diff --git a/noncore/games/kbill/config.in b/noncore/games/kbill/config.in index a505e34..ba830a9 100644 --- a/noncore/games/kbill/config.in +++ b/noncore/games/kbill/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config KBILL | 1 | config KBILL |
2 | boolean "opie-kbill (hit Bill before he can infect your network with a wannabe OS)" | 2 | boolean "opie-kbill (hit Bill before he can infect your network with a wannabe OS)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE | 4 | depends ( LIBQPE || LIBQPE-X11 ) |
diff --git a/noncore/games/mindbreaker/config.in b/noncore/games/mindbreaker/config.in index e3c0812..b97a9e8 100644 --- a/noncore/games/mindbreaker/config.in +++ b/noncore/games/mindbreaker/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config MINDBREAKER | 1 | config MINDBREAKER |
2 | boolean "opie-mindbreaker (crack the coloured code)" | 2 | boolean "opie-mindbreaker (crack the coloured code)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE | 4 | depends ( LIBQPE || LIBQPE-X11 ) |
diff --git a/noncore/games/sfcave-sdl/config.in b/noncore/games/sfcave-sdl/config.in index 2b94679..62953f4 100644 --- a/noncore/games/sfcave-sdl/config.in +++ b/noncore/games/sfcave-sdl/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config SFCAVE-SDL | 1 | config SFCAVE-SDL |
2 | boolean "sfcave-sdl (SDL version of this game, needs the proper libraries)" | 2 | boolean "sfcave-sdl (SDL version of this game, needs the proper libraries)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBSDL_DEP | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBSDL_DEP |
diff --git a/noncore/games/sfcave/config.in b/noncore/games/sfcave/config.in index e486276..cdd04ee 100644 --- a/noncore/games/sfcave/config.in +++ b/noncore/games/sfcave/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config SFCAVE | 1 | config SFCAVE |
2 | boolean "opie-sfcave (fly the dot though the cave avoiding the walls)" | 2 | boolean "opie-sfcave (fly the dot though the cave avoiding the walls)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE | 4 | depends ( LIBQPE || LIBQPE-X11 ) |
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index d9f882d..9c653a7 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro | |||
@@ -1,20 +1,20 @@ | |||
1 | 1 | ||
2 | CONFIG += qt warn_on quick-app | 2 | CONFIG += qt warn_on quick-app |
3 | 3 | ||
4 | HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h \ | 4 | HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h \ |
5 | canvascardgame.h freecellcardgame.h chicanecardgame.h harpcardgame.h teeclubcardgame.h \ | 5 | canvascardgame.h freecellcardgame.h chicanecardgame.h harpcardgame.h teeclubcardgame.h \ |
6 | patiencecardgame.h canvascardwindow.h | 6 | patiencecardgame.h canvascardwindow.h |
7 | 7 | ||
8 | SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp \ | 8 | SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp \ |
9 | cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp \ | 9 | cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp \ |
10 | chicanecardgame.cpp harpcardgame.cpp teeclubcardgame.cpp \ | 10 | chicanecardgame.cpp harpcardgame.cpp teeclubcardgame.cpp \ |
11 | patiencecardgame.cpp canvascardwindow.cpp main.cpp | 11 | patiencecardgame.cpp canvascardwindow.cpp main.cpp |
12 | 12 | ||
13 | TARGET = patience | 13 | TARGET = patience |
14 | 14 | ||
15 | INCLUDEPATH += $(OPIEDIR)/include | 15 | INCLUDEPATH += $(OPIEDIR)/include |
16 | DEPENDPATH += $(OPIEDIR)/include | 16 | DEPENDPATH += $(OPIEDIR)/include |
17 | LIBS += -lqpe | 17 | LIBS += -lqpe -lopiecore2 |
18 | 18 | ||
19 | 19 | ||
20 | include ( $(OPIEDIR)/include.pro ) | 20 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/tabmanager/config.in b/noncore/settings/tabmanager/config.in index 3d3a080..39b98be 100644 --- a/noncore/settings/tabmanager/config.in +++ b/noncore/settings/tabmanager/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config TABMANAGER | 1 | config TABMANAGER |
2 | boolean "opie-tabmanager (menu editor for the Opie taskbar)" | 2 | boolean "opie-tabmanager (menu editor for the Opie taskbar)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/config.in b/noncore/todayplugins/stockticker/stocktickerlib/config.in index 7dbe03a..af71cad 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/config.in +++ b/noncore/todayplugins/stockticker/stocktickerlib/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config TODAY_STOCKTICKERLIB | 1 | config TODAY_STOCKTICKERLIB |
2 | boolean | 2 | boolean |
3 | default "y" if TODAY_STOCKTICKER | 3 | default "y" if TODAY_STOCKTICKER |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2PIM && TODAY | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2PIM && TODAY && LIBQTAUX |