mirror of https://github.com/CGAL/cgal
fix compilation
This commit is contained in:
parent
16eb47b50c
commit
d29268032f
|
|
@ -546,11 +546,8 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
// Import resources from libCGALQt4.
|
// Import resources from libCGALQt4.
|
||||||
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE
|
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE
|
||||||
Q_INIT_RESOURCE(File);
|
CGAL_QT4_INIT_RESOURCES;
|
||||||
Q_INIT_RESOURCE(Triangulation_2);
|
|
||||||
Q_INIT_RESOURCE(Input);
|
|
||||||
Q_INIT_RESOURCE(CGAL);
|
|
||||||
|
|
||||||
MainWindow mainWindow;
|
MainWindow mainWindow;
|
||||||
mainWindow.show();
|
mainWindow.show();
|
||||||
return app.exec();
|
return app.exec();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue