summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/styles/shared/shared.pri8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/styles/shared/shared.pri b/src/plugins/styles/shared/shared.pri
index dce82ca..4f106c4 100644
--- a/src/plugins/styles/shared/shared.pri
+++ b/src/plugins/styles/shared/shared.pri
@@ -2,9 +2,9 @@ INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
HEADERS += \
- qhexstring_p.h \
- qstylecache_p.h \
- qstylehelper_p.h
+ $$PWD/qhexstring_p.h \
+ $$PWD/qstylecache_p.h \
+ $$PWD/qstylehelper_p.h
SOURCES += \
- qstylehelper.cpp
+ $$PWD/qstylehelper.cpp