forked from qt-creator/qt-creator
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:
5
src/plugins/debugger/unit-tests/simple/main.cpp
Normal file
5
src/plugins/debugger/unit-tests/simple/main.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
int main()
|
||||
{
|
||||
int *i = 0;
|
||||
*i = 42;
|
||||
}
|
||||
3
src/plugins/debugger/unit-tests/simple/simple.pro
Normal file
3
src/plugins/debugger/unit-tests/simple/simple.pro
Normal file
@@ -0,0 +1,3 @@
|
||||
CONFIG -= QT
|
||||
|
||||
SOURCES = main.cpp
|
||||
Reference in New Issue
Block a user