summaryrefslogtreecommitdiff
path: root/numberator.pro
diff options
context:
space:
mode:
Diffstat (limited to 'numberator.pro')
-rw-r--r--numberator.pro6
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