mirror of https://github.com/CGAL/cgal
fix compilation
This commit is contained in:
parent
16eb47b50c
commit
d29268032f
|
|
@ -546,10 +546,7 @@ 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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue