Skip to content

Commit

Permalink
Add missing config test
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasWang committed Mar 22, 2013
1 parent 1b4dc33 commit 9b298ea
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
Empty file modified config.tests/gentest.sh
100644 → 100755
Empty file.
28 changes: 28 additions & 0 deletions config.tests/xv/main.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/******************************************************************************
QtAV: Media play library based on Qt and FFmpeg
Copyright (C) 2013 Wang Bin <[email protected]>
* This file is part of QtAV
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/
#include <sys/shm.h>
#include <X11/Xlib.h>
#include <X11/extensions/Xvlib.h>

int main()
{
return 0;
}
6 changes: 6 additions & 0 deletions config.tests/xv/xv.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CONFIG -= qt
CONFIG += console

SOURCES += main.cpp

LIBS += -lXv
Empty file modified templates/mkclass.sh
100644 → 100755
Empty file.

0 comments on commit 9b298ea

Please sign in to comment.