]> git.sesse.net Git - vlc/blob - modules/gui/qt/Modules.am
* bootstrap:
[vlc] / modules / gui / qt / Modules.am
1 SOURCES_qt = \
2         qt.cpp \
3         intf.cpp
4
5 nodist_SOURCES_qt = \
6         intf.moc.cpp
7
8 noinst_HEADERS += \
9         intf.h
10
11 intf.moc.cpp: intf.h
12         $(MOC) $< -o $@
13