diff options
author | Slávek Banko <[email protected]> | 2012-11-18 15:33:48 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-11-18 15:39:42 +0100 |
commit | ea4db78c2f65b301fccb10dccc07c87365e4ca94 (patch) | |
tree | 583c7425521341d2f8b555125dd0f13e94b21856 /kweather/weatherlib.cpp | |
parent | 8f9720b20698b0a8a43db7c39d03bd6f51c4f21e (diff) | |
download | tdetoys-ea4db78c2f65b301fccb10dccc07c87365e4ca94.tar.gz tdetoys-ea4db78c2f65b301fccb10dccc07c87365e4ca94.zip |
Initial conversion to cmake
Thanks to Fat-Zer
(cherry picked from commit c4c9c9fd262dd8450c1cf4454183b03173a3b092)
Diffstat (limited to 'kweather/weatherlib.cpp')
-rw-r--r-- | kweather/weatherlib.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kweather/weatherlib.cpp b/kweather/weatherlib.cpp index 59a10dc..d8b93db 100644 --- a/kweather/weatherlib.cpp +++ b/kweather/weatherlib.cpp @@ -15,7 +15,10 @@ email : [email protected] * * ***************************************************************************/ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif // HAVE_CONFIG_H + #include <tqfile.h> #include <tqdatetime.h> #include <tqtextstream.h> |