We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda16ba commit 73ca104Copy full SHA for 73ca104
src/DialogAbout.cpp src/AboutDialog.cppsrc/DialogAbout.cpp renamed to src/AboutDialog.cpp
src/src.pro
@@ -31,7 +31,6 @@ SOURCES += \
31
sqlbrowser_util.c \
32
SQLLogDock.cpp \
33
main.cpp \
34
- DialogAbout.cpp \
35
EditForm.cpp \
36
ExportTableCSVForm.cpp \
37
FindForm.cpp \
@@ -41,7 +40,8 @@ SOURCES += \
41
40
CreateIndexDialog.cpp \
42
EditFieldDialog.cpp \
43
EditTableDialog.cpp \
44
- PreferencesDialog.cpp
+ PreferencesDialog.cpp \
+ AboutDialog.cpp
45
46
QMAKE_CXXFLAGS += -DAPP_VERSION=\\\"`cd $$PWD;git log -n1 --format=%h_git`\\\"
47
0 commit comments