Skip to content

Commit

Permalink
build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rocket049 committed Apr 24, 2020
1 parent 38b724d commit 22b2073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
g++ -c qtermwidget.cpp -fPIC `pkg-config --cflags qtermwidget5`
g++ -c qtermwidget.moc.cpp -fPIC `pkg-config --cflags qtermwidget5`

go build -ldflags '-s -w'
#~/go/bin/qtdeploy build
#go build -ldflags '-s -w'
~/go/bin/qtdeploy build

0 comments on commit 22b2073

Please sign in to comment.