override_dh_auto_configure:
dh_auto_configure -- LIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH)
+override_dh_auto_test:
+ echo "skip auto test"
+
override_dh_makeshlibs:
dh_makeshlibs -V
TEMPLATE = subdirs
-CONFIG = ordered
+CONFIG += ordered
SUBDIRS += \
src \
+/**
+ * Copyright (C) 2017 Deepin Technology Co., Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ **/
+
#include "dutiltester.h"
#include <QCoreApplication>
+/**
+ * Copyright (C) 2017 Deepin Technology Co., Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ **/
+
#ifndef DUTILTESTER_H
#define DUTILTESTER_H
+/**
+ * Copyright (C) 2017 Deepin Technology Co., Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ **/
+
#include <QtTest/QtTest>
#include "dutiltester.h"
INCLUDEPATH += $$PWD/../src
DEPENDPATH += $$PWD/../src
+QMAKE_RPATHDIR += $$PWD/../src