mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
Add test_utl.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
test_utl
|
||||
@@ -0,0 +1,11 @@
|
||||
.PHONY: all
|
||||
all: test_utl
|
||||
|
||||
# Needs a valid build directory to get SeerUtl.cpp.o
|
||||
test_utl: test_utl.cpp
|
||||
g++ -I/usr/include/qt5 -g -o test_utl test_utl.cpp ../../src/build/CMakeFiles/seer.dir/SeerUtl.cpp.o -L/usr/lib64 -lQt5Core
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f test_utl test_utl.o
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "SeerUtl.h"
|
||||
#include "../../src/SeerUtl.h"
|
||||
#include <QtCore/QString>
|
||||
#include <QtCore/QStringList>
|
||||
#include <QtCore/QDebug>
|
||||
|
||||
Reference in New Issue
Block a user