author | mickeyl <mickeyl> | 2004-12-24 20:12:34 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-12-24 20:12:34 (UTC) |
commit | 15dc267bf93fd9d32cfa9a4c642d0b89761eda7d (patch) (side-by-side diff) | |
tree | fc4014b9eb59dfddc61e55eadd7391f89fce1def /development | |
parent | c935fd64ef5892d32d3d55780f26643a47452752 (diff) | |
download | opie-15dc267bf93fd9d32cfa9a4c642d0b89761eda7d.zip opie-15dc267bf93fd9d32cfa9a4c642d0b89761eda7d.tar.gz opie-15dc267bf93fd9d32cfa9a4c642d0b89761eda7d.tar.bz2 |
Repair damage done by a broken replace program. Note to self: Never use anything other than sed!
Merry Christmas!
-rw-r--r-- | development/keyview/keyview.pro | 76 | ||||
-rw-r--r-- | development/performance/performance.pro | 78 |
2 files changed, 2 insertions, 152 deletions
diff --git a/development/keyview/keyview.pro b/development/keyview/keyview.pro index 02d2d28..e7df8a4 100644 --- a/development/keyview/keyview.pro +++ b/development/keyview/keyview.pro @@ -1,87 +1,13 @@ TEMPLATE = lib #CONFIG = qt plugin warn_on debug CONFIG = qt plugin warn_on release HEADERS = keyview.h keyboardimpl.h SOURCES = keyview.cpp keyboardimpl.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include ../../launcher LIBS += -lqpe -lopiecore2 INTERFACES = TARGET = keyview DESTDIR = $(OPIEDIR)/plugins/inputmethods -include( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(OPIEDIR)/include.pro ) +include( $(OPIEDIR)/include.pro ) diff --git a/development/performance/performance.pro b/development/performance/performance.pro index 1dc9155..6cc4514 100644 --- a/development/performance/performance.pro +++ b/development/performance/performance.pro @@ -1,86 +1,10 @@ CONFIG += qt quick-app HEADERS = performancetest.h SOURCES = main.cpp performancetest.cpp INTERFACES = performancetestbase.ui TARGET = performance INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lqte -include( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(OPIEDIR)/include.pro ) +include( $(OPIEDIR)/include.pro ) |