summaryrefslogtreecommitdiff
path: root/glol.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-11 03:31:14 +0200
committerJavier <javier@pcjavier.(none)>2011-09-11 03:31:14 +0200
commit0d8b5446e880298d89511dd0bc0dbe328ccfce97 (patch)
tree3146a1ee224cbd0c75975d842b0fca17c5474f08 /glol.pro
parent94ab9634b2306016a8bc50fb3c67aa853481a5c7 (diff)
downloadglol-0d8b5446e880298d89511dd0bc0dbe328ccfce97.tar.gz
glol-0d8b5446e880298d89511dd0bc0dbe328ccfce97.zip
Try to revert to previous state on SIGINT/SIGTERM.HEADmaster
Diffstat (limited to 'glol.pro')
-rw-r--r--glol.pro16
1 files changed, 10 insertions, 6 deletions
diff --git a/glol.pro b/glol.pro
index 0f1033c..2cb225d 100644
--- a/glol.pro
+++ b/glol.pro
@@ -14,11 +14,13 @@ TEMPLATE = app
SOURCES += main.cpp \
fakepropertyadaptor.cpp \
- fakeproperty.cpp
+ fakeproperty.cpp \
+ faker.cpp
HEADERS += \
fakepropertyadaptor.h \
- fakeproperty.h
+ fakeproperty.h \
+ faker.h
OTHER_FILES += \
com.javispedro.glol.context \
@@ -30,9 +32,11 @@ OTHER_FILES += \
qtc_packaging/debian_harmattan/changelog
unix:!symbian:!maemo5 {
- target.path = /usr/bin
+ target.path = /usr/bin
INSTALLS += target
- contextfiles.path += /usr/share/contextkit/providers
- contextfiles.files = com.javispedro.glol.context
- INSTALLS += contextfiles
+ contextfiles.path += /usr/share/contextkit/providers
+ contextfiles.files = com.javispedro.glol.context
+ INSTALLS += contextfiles
}
+
+