commit | b4b9229d74b6b02d5346e084aa2e9604bc96f3d3 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jul 09 13:54:59 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jul 09 13:54:59 2013 -0700 |
tree | b9df8b6517e3710c281ebe078ffc7a6d67af93dd | |
parent | d74818b1b39742ddba09e79cbbe32d20c890234b [diff] [blame] |
Changing build system to waf
diff --git a/settingdialog.cpp b/settingdialog.cpp index 23ddc3c..ff617a2 100644 --- a/settingdialog.cpp +++ b/settingdialog.cpp
@@ -50,3 +50,8 @@ QDialog::keyPressEvent(e); } } + +#if WAF +#include "settingdialog.moc" +#include "settingdialog.cpp.moc" +#endif