mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-04 10:59:12 -05:00
merge extendedmainform with mainwindow
why was the drag and drop support even separated like this???
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@ LANGUAGE = C++
|
||||
INCLUDEPATH += sqlite_source/
|
||||
CONFIG += qt \
|
||||
warn_on
|
||||
HEADERS += extendedmainform.h \
|
||||
HEADERS += \
|
||||
sqlitebrowsertypes.h \
|
||||
sqlitedb.h \
|
||||
sqlbrowser_util.h \
|
||||
@@ -27,7 +27,7 @@ HEADERS += extendedmainform.h \
|
||||
mainwindow.h \
|
||||
createtabledialog.h \
|
||||
SQLLogDock.h
|
||||
SOURCES += extendedmainform.cpp \
|
||||
SOURCES += \
|
||||
browsermain.cpp \
|
||||
sqlitedb.cpp \
|
||||
sqlbrowser_util.c \
|
||||
|
||||
Reference in New Issue
Block a user