1
0
mirror of https://github.com/altlinux/admc.git synced 2025-03-22 14:50:36 +03:00
Igor Chudov 98bb676a28
ad_interface: Fix for missing QObject include
This commit fixes the following error which cannot be identified when
using qmake because of its special precompiled headers:

```
/mnt/sda1/github.com/adtool/src/ad_interface.h:28:35: error: expected class-name before ‘{’ token
 class AdInterface: public QObject {
```
2020-05-21 17:58:53 +04:00
2020-05-12 17:26:41 +04:00
2020-05-18 19:16:55 +04:00
2020-05-12 17:26:41 +04:00

Requirements:

  • libgtk+3-devel
  • libldap-devel
  • libsasl2-devel
  • libkrb5-devel
  • libgsasl-devel

Run as ./adtool fake to load fake entries and test without LDAP connection.

Description
No description provided
Readme 12 MiB
Languages
C++ 78.5%
C 20.5%
CMake 1%