1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 23:39:42 +01:00

Forgot to add CMakeLists.txt in newreleases viewpage plugin folder.

This commit is contained in:
Christian Muehlhaeuser 2014-10-12 15:08:29 +02:00
parent 0cb2fd9a5b
commit aa6ebf7746

View File

@ -0,0 +1,10 @@
tomahawk_add_plugin(newreleases
TYPE viewpage
EXPORT_MACRO TOMAHAWK_VIEWPAGE_EXPORT_PRO
SOURCES
NewReleasesWidget.cpp
UI
NewReleasesWidget.ui
LINK_LIBRARIES
tomahawk-widgets
)