tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / scp2 / source / base / postgresqlsdbc.scp
blob94e6936771fab20464cc7e085de4c16d4b17eeac
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
10 #include "macros.inc"
12 #include "AutoInstall/postgresqlsdbc"
14 #if defined WITH_POSTGRESQL_SDBC
16 Module gid_Module_Optional_PostgresqlSdbc
17     PackageInfo = "packinfo_office.txt";
18     MOD_NAME_DESC(MODULE_OPTIONAL_POSTGRESQLSDBC);
19     ParentID = gid_Module_Prg_Base_Bin;
20     Files = (auto_postgresqlsdbc_ALL,
21              gid_File_PostgresqlSdbc_Rdb,
22              gid_File_PostgresqlSdbc_Xcd);
23     Default = YES;
24     Styles = ();
25 End
27 File gid_File_PostgresqlSdbc_Rdb
28     TXT_FILE_BODY;
29     Dir = gid_Brand_Dir_Program_Services;
30     Name = "postgresql-sdbc.rdb";
31     Styles = (PACKED);
32 End
34 File gid_File_PostgresqlSdbc_Xcd
35     TXT_FILE_BODY;
36     Dir = gid_Brand_Dir_Share_Registry;
37     Name = "postgresql.xcd";
38     Styles = (PACKED);
39 End
41 #endif
43 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */