Skip to content

Commit

Permalink
Drop support for QMake
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuperino committed May 20, 2024
1 parent d1c4c8e commit 36a3c8a
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 94 deletions.
21 changes: 0 additions & 21 deletions HotkeyTest/HotkeyTest.pro

This file was deleted.

12 changes: 0 additions & 12 deletions QHotkey.pro

This file was deleted.

16 changes: 0 additions & 16 deletions QHotkey/QHotkey.pro

This file was deleted.

1 change: 0 additions & 1 deletion QHotkey/qhotkey.pri

This file was deleted.

13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The QHotkey is a class that can be used to create hotkeys/global shortcuts, aka

## Building

QHotkey supports both Qt6 and Qt5. When using Qt6, version 6.2.0 or later required. It can be built by either the CMake or qmake building systems.
QHotkey supports both Qt6 and Qt5. When using Qt6, version 6.2.0 or later required. It can be built using the CMake building system.

### CMake

Expand All @@ -29,17 +29,6 @@ $ cmake --build build
# cmake --install build
```

### qmake

The major version of Qt is chosen by the qmake invocation itself, as the qmake executable is tied to a specific Qt version. The executable name can vary between operating systems. qmake example usage:

```
$ cd QHotkey
$ qmake
$ make
# make install
```

## Installation
The package is providet as qpm package, [`de.skycoder42.qhotkey`](https://www.qpm.io/packages/de.skycoder42.qhotkey/index.html). You can install it either via qpmx (preferred) or directly via qpm.

Expand Down
15 changes: 0 additions & 15 deletions qhotkey.prc

This file was deleted.

17 changes: 0 additions & 17 deletions qhotkey.pri

This file was deleted.

0 comments on commit 36a3c8a

Please sign in to comment.