diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-01-02 23:38:29 +0100 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-01-02 23:38:29 +0100 |
commit | 3f95bcc5150d98f38ff5317589016a46fbb505ef (patch) | |
tree | f973b7bc688aa750ebd0e06196f0d31265dceaf6 /qmapwatchlet | |
parent | 2b9f2a05435b406e22a0d680b00c81dcf1a34859 (diff) | |
download | sowatch-3f95bcc5150d98f38ff5317589016a46fbb505ef.tar.gz sowatch-3f95bcc5150d98f38ff5317589016a46fbb505ef.zip |
Removing QtCreator <2.4 .pro file workarounds
Diffstat (limited to 'qmapwatchlet')
-rw-r--r-- | qmapwatchlet/qmapwatchlet.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmapwatchlet/qmapwatchlet.pro b/qmapwatchlet/qmapwatchlet.pro index 5e5fb81..375861d 100644 --- a/qmapwatchlet/qmapwatchlet.pro +++ b/qmapwatchlet/qmapwatchlet.pro @@ -1,7 +1,7 @@ TARGET = qmapwatchlet TEMPLATE = lib -# CONFIG += plugin +CONFIG += plugin CONFIG += mobility SOURCES += qmapwatchletplugin.cpp qmapwatchlet.cpp |