Debugger: Make some of the plugin tests compilable again

Change-Id: I5c3885cb385dc1c15dce14f2ff52bf70edee8399
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2016-03-09 19:16:14 +01:00
parent 6cecb7e4db
commit 35a16cc394
11 changed files with 241 additions and 286 deletions

View File

@@ -0,0 +1,5 @@
int main()
{
int *i = 0;
*i = 42;
}

View File

@@ -0,0 +1,3 @@
CONFIG -= QT
SOURCES = main.cpp