Merge branch 'makefile-useles-with-qt' of 6543/S_New4 into master

This commit is contained in:
2019-09-19 16:45:25 +00:00
committed by Gitea
3 changed files with 6 additions and 10 deletions

2
.gitignore vendored
View File

@ -74,3 +74,5 @@ Thumbs.db
#Own adds:
g++/
Makefile
S_New4

View File

@ -1,10 +0,0 @@
CC=g++
LIBS=-lcurl -lpthread
S_New4: *.h *.cpp
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
.PHONY: clean
clean:
rm -f S_New4

4
autogen.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
qmake
make