summaryrefslogtreecommitdiff
path: root/glol.pro
diff options
context:
space:
mode:
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
}
+
+