diff options
author | gregory guy <[email protected]> | 2018-12-10 14:00:25 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-16 11:27:36 +0100 |
commit | 59bf3e99b0e84a0c5c58951b169b1f993e24cc51 (patch) | |
tree | 58e2e125d75960ba758d4d2bc299d75cc8956782 /src/configdebugoptions.cpp | |
parent | e4be9266bb2bf14cf3a7d55f9ac690578cc93f22 (diff) | |
download | kvpnc-59bf3e99b0e84a0c5c58951b169b1f993e24cc51.tar.gz kvpnc-59bf3e99b0e84a0c5c58951b169b1f993e24cc51.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit ff65124f320219e7947b4db6e6613856941c2852)
Diffstat (limited to 'src/configdebugoptions.cpp')
-rw-r--r-- | src/configdebugoptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configdebugoptions.cpp b/src/configdebugoptions.cpp index a705feb..768ad85 100644 --- a/src/configdebugoptions.cpp +++ b/src/configdebugoptions.cpp @@ -40,7 +40,7 @@ void ConfigDebugOptions::dialogChanged() dialogModified=true; } - +#include "configdebugoptions.moc" |