fix compilation

This commit is contained in:
Jane Tournois 2014-12-11 15:35:58 +01:00
parent 16eb47b50c
commit d29268032f
1 changed files with 2 additions and 5 deletions

View File

@ -546,11 +546,8 @@ int main(int argc, char **argv)
// Import resources from libCGALQt4.
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE
Q_INIT_RESOURCE(File);
Q_INIT_RESOURCE(Triangulation_2);
Q_INIT_RESOURCE(Input);
Q_INIT_RESOURCE(CGAL);
CGAL_QT4_INIT_RESOURCES;
MainWindow mainWindow;
mainWindow.show();
return app.exec();