qtmultimedia profiles
This commit is contained in:
14
sync.profile
Normal file
14
sync.profile
Normal file
@@ -0,0 +1,14 @@
|
||||
%modules = ( # path to module name map
|
||||
"QtMultimedia" => "$basedir/src/multimedia",
|
||||
);
|
||||
%moduleheaders = ( # restrict the module headers to those found in relative path
|
||||
);
|
||||
%classnames = (
|
||||
);
|
||||
%mastercontent = (
|
||||
"gui" => "#include <QtGui/QtGui>\n",
|
||||
"core" => "#include <QtCore/QtCore>\n",
|
||||
);
|
||||
%modulepris = (
|
||||
"QtMultimedia" => "$basedir/modules/qt_multimedia.pri",
|
||||
);
|
||||
Reference in New Issue
Block a user