Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dconfig-center/dde-dconfig/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ int main(int argc, char *argv[])
QCommandLineParser parser;
parser.setApplicationDescription(QCoreApplication::translate("main", "A console tool to get and set configuration items for DTK Config."));
parser.addHelpOption();
parser.addVersionOption();

QCommandLineOption uidOption("u", QCoreApplication::translate("main", "operate configure items of the user uid."), "uid", QString());
parser.addOption(uidOption);
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z
dh $@ --parallel

override_dh_auto_configure:
dh_auto_configure -- -DDVERSION=$(DEB_VERSION_UPSTREAM) -DDTK_VERSION=6
dh_auto_configure -- -DDTK_VERSION=6


override_dh_auto_install:
Expand Down
Loading