link less unused stuff
This commit is contained in:
parent
35e4815b63
commit
7560ce933d
1
debian/rules
vendored
1
debian/rules
vendored
@ -19,5 +19,6 @@ override_dh_install: $(PREPROCESS_FILES:.in=)
|
||||
|
||||
override_dh_auto_clean:
|
||||
dh_auto_clean
|
||||
find -name *plugininfo.h -exec {} \;
|
||||
rm -rf $(PREPROCESS_FILES:.in=)
|
||||
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin
|
||||
|
||||
QT += network bluetooth
|
||||
|
||||
QMAKE_CXXFLAGS += -Werror -std=c++11 -g
|
||||
QMAKE_LFLAGS += -std=c++11
|
||||
|
||||
|
||||
Reference in New Issue
Block a user