שאלות על QT

yaishb

New member
שאלות על QT

1 - התחלתי לקרוא את ה tutorial וה about ולא הצלחתי להבין אם זה סביבת פיתוח ( editor, debugger, compiler...) או ערימה של של header files. אם זו אפליקציה, איך מריצים אותה? 2 - איך מקמפלים? ניסיתי לקמפל hello world! שמופיע ב tutorial עם g++ וכמובן שלא הצלחתי. ברק.
 

yahelb

New member
compilation of qt

the basic syntax of this compilation should be: <shell>g++ file.cpp -o file -lqt it could be that wont be enugh.. for example if you make a your own slot or siganl ... then you should use the moc (Meta Object Compiler). yahel
 

yahelb

New member
headers

Hi yaishb! well for the you need to set the right PATH for the include directory <shell>g++ -I/path/to/qt/include/files file.cpp -o file -lqt
 
למעלה