summaryrefslogtreecommitdiff
path: root/include.pro
authorzecke <zecke>2004-11-15 15:11:51 (UTC)
committer zecke <zecke>2004-11-15 15:11:51 (UTC)
commit3b935c93d5576e6590ed89c75066983124e2c628 (patch) (side-by-side diff)
treeb3592abd50a89e4abf50e7529c8bc0a81787acdb /include.pro
parent74febba2749d3a8eefc13c1f46a0f7f5fc095d5a (diff)
downloadopie-3b935c93d5576e6590ed89c75066983124e2c628.zip
opie-3b935c93d5576e6590ed89c75066983124e2c628.tar.gz
opie-3b935c93d5576e6590ed89c75066983124e2c628.tar.bz2
Define QUICKAPP_NAME on quicklaunchanble applications. This way .pro and
the mainwindow are always in sync with each other
Diffstat (limited to 'include.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--include.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/include.pro b/include.pro
index 0dc941b..ffdba16 100644
--- a/include.pro
+++ b/include.pro
@@ -11,2 +11,4 @@ contains( CONFIG, quick-app-lib ) {
DEFINES += OPIE_APP_INTERFACE
+ DEFINES += QUICKAPP_NAME="\"$${TARGET}\""
+
!contains( TARGET, launcher ) {
@@ -22,2 +24,3 @@ contains ( CONFIG, quick-app-bin ) {
DEFINES -= OPIE_APP_INTERFACE
+ DEFINES += QUICKAPP_NAME="\"$${TARGET}\""
message( Touching plugins/application/lib$${TARGET}.so.0 )