1cfae0e28b92b38e55a2612332d5d9a6d748e340
[vlc-remote] / vlcRemote.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2010-07-29T19:02:39
4 #
5 #-------------------------------------------------
6
7 QT       += core gui network xml
8
9 TARGET = vlc-remote
10 TEMPLATE = app
11
12
13 SOURCES += main.cpp\
14     playlistmainwindow.cpp \
15     playermainwindow.cpp \
16     configdialog.cpp \
17     aboutdialog.cpp \
18     accountdialog.cpp \
19     scanipdialog.cpp
20
21 HEADERS += \
22     playlistmainwindow.h \
23     playermainwindow.h \
24     configdialog.h \
25     aboutdialog.h \
26     accountdialog.h \
27     scanipdialog.h
28
29 FORMS += \
30     playlistmainwindow.ui \
31     playermainwindow.ui \
32     configdialog.ui \
33     aboutdialog.ui \
34     accountdialog.ui \
35     scanipdialog.ui
36
37 OTHER_FILES += \
38     vlc-remote.desktop