Skip to content

Commit

Permalink
Adding qpm/0.3.6.5 branch of benlau/asyncfuture as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
b100dian committed Dec 28, 2022
1 parent 9991a0e commit 96f665e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
harbour-sailslack.pro.user
.qmake.conf
vendor
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "vendor/async/future/pri"]
path = vendor/async/future/pri
url = https://github.com/benlau/asyncfuture.git
branch = qpm/0.3.6.5
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ This is a fork of [Slackfish](https://github.com/markussammallahti/harbour-slack

## Development

* Install [qpm](https://www.qpm.io/)
* download dependencies ([Qt AsyncFuture](https://github.com/benlau/asyncfuture))
```
qpm install
git submodule init
git submodule update
```

* Create [new Slack application](https://api.slack.com/apps?new_app=1)
Expand Down
10 changes: 0 additions & 10 deletions qpm.json

This file was deleted.

1 change: 1 addition & 0 deletions vendor/async/future/pri
Submodule pri added at 2511af
8 changes: 8 additions & 0 deletions vendor/vendor.pri
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

DEFINES += QPM_INIT\\(E\\)=\"E.addImportPath(QStringLiteral(\\\"qrc:/\\\"));\"
DEFINES += QPM_USE_NS
INCLUDEPATH += $$PWD
QML_IMPORT_PATH += $$PWD


include($$PWD/async/future/pri/asyncfuture.pri)

0 comments on commit 96f665e

Please sign in to comment.