X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/blobdiff_plain/8f7945c4ba0202c7cee852d70cfbfbffa5c8d8b5..6d4e56a6015bf97f5f5c09dd95bd0a1ec66a8146:/test/hello.cpp diff --git a/test/hello.cpp b/test/hello.cpp index ae6c0f3..615b3ca 100644 --- a/test/hello.cpp +++ b/test/hello.cpp @@ -3,11 +3,11 @@ * ============= * * 1. Créer le fichier hello.pro : - * +------------------------------------------------------------+ - * |TARGET = hello | - * |CONFIG += qt debug | - * |SOURCES += hello.cc | - * +------------------------------------------------------------+ + * ,---- + * |TARGET = hello + * |CONFIG += qt debug + * |SOURCES += hello.cpp + * `----- * * 2. Créer le fichier Makefile avec la commande : * $ qmake -makefile hello.pro