acc9cb3f8e583a8c516e278c18b41e2b3988192d
[irwi] / ut / ut_remotelist / ut_remotelist.pro
1 !include( ../ut.pri ) {
2     error( Could not find the ut.pri file )
3 }
4
5 QT += xml 
6
7 HEADERS += model.h
8 HEADERS += ut_remotelist.h
9 HEADERS += remotelist.h
10
11 SOURCES += ut_remotelist.cpp
12 SOURCES += remotelist.cpp
13
14 # unix:QMAKE_POST_LINK=./$$TARGET
15