Logo
Explore Help
Sign In
feedc0de/qt-creator
1
0
Fork 0
You've already forked qt-creator
forked from qt-creator/qt-creator
Code Pull Requests Activity
Files
ab85e7342e7b51a10b6bf5ebc66c1a47c70f3fa6
qt-creator/share/qtcreator/templates/wizards/plaincppapp/main.cpp

10 lines
108 B
C++
Raw Normal View History

Creates a pure console project using QMake, not using Qt library. Merge-request: 386 Reviewed-by: hjk <qtc-committer@nokia.com> Change-Id: I1292faa757d7974eb35c1d463d75bc53f8044c41 Reviewed-on: http://codereview.qt-project.org/5304 Reviewed-by: hjk <qthjk@ovi.com>
2011-09-21 11:48:20 +02:00
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World!" << endl;
return 0;
}
Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 35ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API