<qapplication.h> wird nicht von Compiler gefunden
-
Hallo an alle,
ich programmiere mit "Visual Studio C++ 6.0".
Ich habe heute Qt von Firma Trolltech installiert.
Ich wollte dann mit "Visual Studio C++ 6.0" Qt benutzenHier ist Programmcode:
#include "stdafx.h"
#include <qapplication.h> // QApplication
#include <qmainwindow.h> // QMainWindowint main( int argc, char **argv )
{
// irgendwas}
Bei Compilierung zeigt Compiler folgendes Fehler an:
fatal error C1083: Include-Datei kann nicht geoeffnet werden: 'qapplication.h': No such file or directoryWo kann das Problem liegen
Vielen Dank im Voraus
Slawik
-
Hi,
du bist hier im falschen Forum. Aber welche Version von Qt hast du? Und kann es sein das du einfach im VC++ 6 ein neues Projekt angelegt hast?
-
http://doc.trolltech.com/3.1/aboutqt.html
lies dir das einfach mal durch