Clean up CMakeLists.txt

This commit is contained in:
Chocobo1
2019-07-13 19:51:42 +08:00
parent 032883e278
commit 7b568b07e6
4 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
add_library(qbt_qtnotify STATIC
notifications.cpp
# headers
notifications.h
# sources
notifications.cpp
)
set_target_properties(qbt_qtnotify PROPERTIES AUTOUIC False AUTORCC False)