We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2587b62 commit 0c759b4Copy full SHA for 0c759b4
autotests/xbel/tst_xbel.cpp
@@ -18,7 +18,10 @@
18
*/
19
20
#include <QtTest/QtTest>
21
-#include <xbel.h>
+
22
+#include "bookmarknode.h"
23
+#include "xbelreader.h"
24
+#include "xbelwriter.h"
25
26
class tst_Xbel : public QObject
27
{
autotests/xbel/xbel.pro
@@ -6,5 +6,13 @@ INCLUDEPATH += .
6
include(../autotests.pri)
7
8
# Input
9
-SOURCES = tst_xbel.cpp xbel.cpp
10
-HEADERS = xbel.h
+SOURCES = \
+ tst_xbel.cpp \
11
+ bookmarks/bookmarknode.cpp \
12
+ bookmarks/xbel/xbelreader.cpp \
13
+ bookmarks/xbel/xbelwriter.cpp
14
15
+HEADERS = \
16
+ bookmarks/bookmarknode.h \
17
+ bookmarks/xbel/xbelreader.h \
+ bookmarks/xbel/xbelwriter.h
0 commit comments