QT - How to start



  • Hallo Forum!

    Ich möchte gerne das HelloWorld! Programm aus dem Reference Manual von QT zum laufen bringen.

    Gibt es eine Kurzanleitung, was ich alles machen muss, nachdem ich die .exe von der Trolltech-website heruntergeladen und mit mingw32 installiert habe.

    Danke für alle Tipps,

    ein Neueinsteiger!

    Zeh Mau



  • so wie's hier steht - viel genauer geht's doch nu' nich mehr...

    If you have typed in the source code manually, you will need to follow these instructions:
    To compile a C++ application, you need to create a makefile.
    The easiest way to create a makefile for Qt is to use the qmake build tool supplied with Qt.
    If you've saved main.cpp in its own otherwise empty directory, all you need to do is:
    qmake -project
    qmake
    make



  • Das Tutorial wird meines Wissens nach sogar direkt mit dem Package ausgeliefert. Unter Doc oder so.

    MfG Kimmi



  • Ich habe gerade den Deppedia Lehrgang auf http://haiq.info abgeschlossen und bin begeistert.

    Von der Installation der Entwicklungsumgebung bis zur GUI-Programmierung (Qt4) ist dort alles ind 10 Lektionen und 5 Übungen beschrieben.

    Kannte vorher nur VB.


Anmelden zum Antworten