diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-08-09 22:31:43 +0200 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-08-09 22:31:43 +0200 |
commit | 752f270cf81bc8c88cb4bf428e5aceb51405c06a (patch) | |
tree | a4b7912e9cd77aad37fc35312f71f231797f4a32 /numberator.pro | |
parent | 0afe9ca6bf53da111e445d2aea7cfc94e7e3c601 (diff) | |
download | numberator-752f270cf81bc8c88cb4bf428e5aceb51405c06a.tar.gz numberator-752f270cf81bc8c88cb4bf428e5aceb51405c06a.tar.bz2 numberator-752f270cf81bc8c88cb4bf428e5aceb51405c06a.zip |
Straighten out sqlite backend
Diffstat (limited to 'numberator.pro')
-rw-r--r-- | numberator.pro | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/numberator.pro b/numberator.pro index 124dd61..1b2dd1f 100644 --- a/numberator.pro +++ b/numberator.pro @@ -4,12 +4,6 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets CONFIG += c++2a - -win32:INCLUDEPATH += $$[QT_INSTALL_PREFIX]/../Src/qtbase/src/3rdparty/sqlite -win32:LIBS += -L$$[QT_INSTALL_PLUGINS]/sqldrivers -lqsqlite -#win32:SOURCES += $$[QT_INSTALL_PREFIX]/../Src/qtbase/src/3rdparty/sqlite/sqlite3.c -unix:LIBS += -lsqlite3 - # The following define makes your compiler emit warnings if you use # any Qt feature that has been marked deprecated (the exact warnings # depend on your compiler). Please consult the documentation of the |