summaryrefslogtreecommitdiff
path: root/development/performance
Side-by-side diff
Diffstat (limited to 'development/performance') (more/less context) (ignore whitespace changes)
-rw-r--r--development/performance/main.cpp12
-rw-r--r--development/performance/opie-performance.control4
-rw-r--r--development/performance/performance.pro4
-rw-r--r--development/performance/performancetest.h1
4 files changed, 6 insertions, 15 deletions
diff --git a/development/performance/main.cpp b/development/performance/main.cpp
index 8802777..41db9e9 100644
--- a/development/performance/main.cpp
+++ b/development/performance/main.cpp
@@ -22,12 +22,4 @@
-#include <qpe/qpeapplication.h>
+#include <opie2/oapplicationfactory.h>
-int main( int argc, char ** argv )
-{
- QPEApplication a( argc, argv );
-
- PerformanceTest mw;
- a.showMainWidget( &mw );
-
- return a.exec();
-}
+OPIE_EXPORT_APP( Opie::Core::OApplicationFactory<PerformanceTest> )
diff --git a/development/performance/opie-performance.control b/development/performance/opie-performance.control
index 299fda2..89157f9 100644
--- a/development/performance/opie-performance.control
+++ b/development/performance/opie-performance.control
@@ -1,2 +1,2 @@
-Files: bin/performance apps/Applications/performance.desktop
+Files: plugins/applications/libperformance.so* bin/performance apps/Applications/performance.desktop
Priority: optional
@@ -7,3 +7,3 @@ Arch: $DEVICE_ARCH
Version: $QPE_VERSION-10
-Depends: qpe-libqtopia
+Depends: opie-taskbar
Description: Graphics performance tester
diff --git a/development/performance/performance.pro b/development/performance/performance.pro
index ab3a51a..a7fc512 100644
--- a/development/performance/performance.pro
+++ b/development/performance/performance.pro
@@ -1,4 +1,2 @@
-TEMPLATE = app
-CONFIG += qt warn_on release
-#DESTDIR = $(QPEDIR)/bin
+CONFIG += qt quick-app
HEADERS = performancetest.h
diff --git a/development/performance/performancetest.h b/development/performance/performancetest.h
index c0a80c4..a747c3c 100644
--- a/development/performance/performancetest.h
+++ b/development/performance/performancetest.h
@@ -8,2 +8,3 @@ public:
PerformanceTest( QWidget *parent=0, const char *name=0, WFlags fl=0 );
+ static QString appName() { return QString::fromLatin1("performance"); }