forked from qt-creator/qt-creator
Add plain C/C++ project for CMake
Change-Id: Id9f0982092be182b976a566d0ae5eddd11307db1 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
9
share/qtcreator/templates/wizards/cmakeplaincpp/main.cpp
Normal file
9
share/qtcreator/templates/wizards/cmakeplaincpp/main.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
cout << "Hello World!" << endl;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user