cosmetic changes to remove mentions of QT4

This commit is contained in:
Sébastien Loriot
2015-07-07 18:00:43 +02:00
parent 89184387d6
commit 722abba27b
57 changed files with 74 additions and 98 deletions
@@ -287,9 +287,8 @@ int main(int argc, char **argv)
app.setOrganizationName("GeometryFactory");
app.setApplicationName("Circular_kernel_2 demo");
// Import resources from libCGAL (Qt4 or Qt5).
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE
CGAL_QT_INIT_RESOURCES;//New for Qt5 version !
// Import resources from libCGAL (Qt5).
CGAL_QT_INIT_RESOURCES;
MainWindow mainWindow;
mainWindow.show();