megamove
This commit is contained in:
parent
c2e201f813
commit
f51105bde0
114 changed files with 92 additions and 0 deletions
13
tests/auto/mycase/mycase.pro
Normal file
13
tests/auto/mycase/mycase.pro
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
include(../gtest_dependency.pri)
|
||||
|
||||
TEMPLATE = app
|
||||
CONFIG += console c++11
|
||||
CONFIG -= app_bundle
|
||||
CONFIG += thread
|
||||
CONFIG += qt
|
||||
|
||||
QT += core
|
||||
|
||||
HEADERS += tst_mycase.h
|
||||
|
||||
SOURCES += main.cpp ../../../src/SqlLexer.cpp
|
||||
Loading…
Add table
Add a link
Reference in a new issue