Inital commit
This commit is contained in:
commit
d9190ed756
12 changed files with 1198 additions and 0 deletions
10
test_compilation.cpp
Normal file
10
test_compilation.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// Test compilation of header files
|
||||
#include "../MainWindow.h"
|
||||
#include "../SongListModel.h"
|
||||
#include "../AudioPlayer.h"
|
||||
#include "../AceStepWorker.h"
|
||||
|
||||
int main() {
|
||||
// This file just tests if all headers compile correctly
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue