diff options
Diffstat (limited to 'notificationswatchlet/notificationswatchlet.pro')
-rw-r--r-- | notificationswatchlet/notificationswatchlet.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notificationswatchlet/notificationswatchlet.pro b/notificationswatchlet/notificationswatchlet.pro index 865fa3b..eafd756 100644 --- a/notificationswatchlet/notificationswatchlet.pro +++ b/notificationswatchlet/notificationswatchlet.pro @@ -7,7 +7,7 @@ SOURCES += notificationswatchletplugin.cpp notificationswatchlet.cpp HEADERS += notificationswatchletplugin.h notificationswatchlet.h -qml_files.files = metawatch-digital.qml +qml_files.files = metawatch-digital.qml icon.png win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/release/ -lsowatch else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/debug/ -lsowatch |