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/profilenetworkgeneraloptions.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/profilenetworkgeneraloptions.cpp')
-rw-r--r-- | src/profilenetworkgeneraloptions.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/profilenetworkgeneraloptions.cpp b/src/profilenetworkgeneraloptions.cpp index 1a3a84e..1a9b21c 100644 --- a/src/profilenetworkgeneraloptions.cpp +++ b/src/profilenetworkgeneraloptions.cpp @@ -128,3 +128,5 @@ void ProfileNetworkGeneralOptions::useNetworkToggled(bool) else UseRemoteNetworkGroupBox->setEnabled(false); } + +#include "profilenetworkgeneraloptions.moc" |