Skip to content

Commit

Permalink
update the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shi Yan authored and Shi Yan committed Apr 21, 2015
1 parent 44ab042 commit a2dcc46
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
install:
before_install:
- sudo apt-get update
- sudo apt-get install libqt5-dev
- sudo apt-get install qtbase5-dev

script:
- qmake H264Naked.pro
Expand Down
12 changes: 12 additions & 0 deletions H264NALListModel.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#include "H264NALListModel.h"

H264NALListModel::H264NALListModel()
{

}

H264NALListModel::~H264NALListModel()
{

}

12 changes: 12 additions & 0 deletions H264NALListModel.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#ifndef H264NALLISTMODEL_H
#define H264NALLISTMODEL_H


class H264NALListModel
{
public:
H264NALListModel();
~H264NALListModel();
};

#endif // H264NALLISTMODEL_H

0 comments on commit a2dcc46

Please sign in to comment.