Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Oct 31, 2018
1 parent a7ac828 commit 5c2c74a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions src/common.pri
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ isEmpty(DD_MINOR_VERSION): DD_MINOR_VERSION = 0
isEmpty(DD_PATCH_VERSION): DD_PATCH_VERSION = 0
isEmpty(DD_BUILD_VERSION): DD_BUILD_VERSION = 0
isEmpty(VERSION): VERSION = $${DD_MAJOR_VERSION}.$${DD_MINOR_VERSION}.$${DD_PATCH_VERSION}.$${DD_BUILD_VERSION}
isEmpty(DD_COMMIT_ID): DD_COMMIT_ID = -
isEmpty(DD_COMMIT_TIME): DD_COMMIT_TIME = -
DEFINES *= \
DD_COMMIT_ID=\\\"$${DD_COMMIT_ID}\\\" \
DD_COMMIT_TIME=\\\"$${DD_COMMIT_TIME}\\\"
QMAKE_TARGET_COMPANY = "wangwenx190"
QMAKE_TARGET_COPYRIGHT = "GNU General Public License version 3.0"
QMAKE_TARGET_PRODUCT = "Dynamic Desktop"
Expand Down
5 changes: 0 additions & 5 deletions src/ddmain/ddmain.pro
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
include(../common.pri)
isEmpty(DD_COMMIT_ID): DD_COMMIT_ID = -
isEmpty(DD_COMMIT_TIME): DD_COMMIT_TIME = -
DEFINES *= \
DD_COMMIT_ID=\\\"$${DD_COMMIT_ID}\\\" \
DD_COMMIT_TIME=\\\"$${DD_COMMIT_TIME}\\\"
QMAKE_TARGET_DESCRIPTION = "Dynamic Desktop"
RC_ICONS = ../resources/icons/color_palette.ico
TARGET = ddmain
Expand Down

0 comments on commit 5c2c74a

Please sign in to comment.