Switching to linux for development of pglab.
Switched from qmake to cmake. Code changes to make it compile.
This commit is contained in:
parent
dd9906dbd8
commit
04723a289b
142 changed files with 124 additions and 83 deletions
11
pglab/sqlparser.h
Normal file
11
pglab/sqlparser.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef SQLPARSER_H
|
||||
#define SQLPARSER_H
|
||||
|
||||
|
||||
class SqlParser
|
||||
{
|
||||
public:
|
||||
SqlParser();
|
||||
};
|
||||
|
||||
#endif // SQLPARSER_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue