~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to dist/installer/ifw/packages/org.qtproject.qtcreator.application/meta/installscript.qs

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
                            component.qtCreatorBinaryPath + ",6",
126
126
                            "ProgId=QtProject.QtCreator.pri");
127
127
    component.addOperation( "RegisterFileType",
 
128
                            "qbs",
 
129
                            component.qtCreatorBinaryPath + " -client '%1'",
 
130
                            "Qbs Project file",
 
131
                            "text/plain",
 
132
                            component.qtCreatorBinaryPath + ",5",
 
133
                            "ProgId=QtProject.QtCreator.qbs");
 
134
    component.addOperation( "RegisterFileType",
128
135
                            "qs",
129
136
                            component.qtCreatorBinaryPath + " -client '%1'",
130
137
                            "Qt Script file",
136
143
                            component.qtCreatorBinaryPath + " -client '%1'",
137
144
                            "Qt Quick Markup language file",
138
145
                            "text/plain",
139
 
                            component.qtCreatorBinaryPath + ",0",
 
146
                            component.qtCreatorBinaryPath + ",7",
140
147
                            "ProgId=QtProject.QtCreator.qml");
141
148
}
142
149
 
180
187
        component.addOperation( "InstallIcons", "@TargetDir@/share/icons" );
181
188
        component.addOperation( "CreateDesktopEntry",
182
189
                                "QtProject-qtcreator.desktop",
183
 
                                "Type=Application\nExec=" + component.qtCreatorBinaryPath + "\nPath=@TargetDir@\nName=Qt Creator\nGenericName=The IDE of choice for Qt development.\nGenericName[de]=Die IDE der Wahl zur Qt Entwicklung\nIcon=QtProject-qtcreator\nTerminal=false\nCategories=Development;IDE;Qt;\nMimeType=text/x-c++src;text/x-c++hdr;text/x-xsrc;application/x-designer;application/vnd.nokia.qt.qmakeprofile;application/vnd.nokia.xml.qt.resource;text/x-qml;"
 
190
                                "Type=Application\nExec=" + component.qtCreatorBinaryPath + "\nPath=@TargetDir@\nName=Qt Creator\nGenericName=The IDE of choice for Qt development.\nGenericName[de]=Die IDE der Wahl zur Qt Entwicklung\nIcon=QtProject-qtcreator\nTerminal=false\nCategories=Development;IDE;Qt;\nMimeType=text/x-c++src;text/x-c++hdr;text/x-xsrc;application/x-designer;application/vnd.nokia.qt.qmakeprofile;application/vnd.nokia.xml.qt.resource;text/x-qml;text/x-qt.qml;text/x-qt.qbs;"
184
191
                                );
185
192
    }
186
193
}