diff --git a/example/example.pro b/example/example.pro new file mode 100644 index 0000000..f592337 --- /dev/null +++ b/example/example.pro @@ -0,0 +1,53 @@ +############################################################################ +# Copyright (C) 2020 Stephen Lyons #include #include -#include +#include GdbCrashHandlerDialog::GdbCrashHandlerDialog(const GdbCrashHandler::Configuration& config, int pid, const QString& savefile, QWidget *parent) : QDialog(parent) diff --git a/lib/lib.pro b/lib/lib.pro new file mode 100644 index 0000000..d897de1 --- /dev/null +++ b/lib/lib.pro @@ -0,0 +1,80 @@ +############################################################################ +# Copyright (C) 2020 Stephen Lyons