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