Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Update defines
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Dec 4, 2017
1 parent 453c2a8 commit bc6e754
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions shell/shell.pro
Expand Up @@ -20,6 +20,7 @@ unix {

blueprint {
TARGET = theshellb
DEFINES += "BLUEPRINT"

DEFINES += "SHAREDIR=\\\"/usr/share/theshellb/\\\""
} else {
Expand Down
2 changes: 2 additions & 0 deletions startsession/startsession.pro
Expand Up @@ -5,6 +5,8 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

blueprint {
TARGET = ts-startsessionb

DEFINES += "BLUEPRINT"
} else {
TARGET = ts-startsession
}
Expand Down
2 changes: 1 addition & 1 deletion theShell.pro.user
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.4.1, 2017-12-04T16:42:52. -->
<!-- Written by QtCreator 4.4.1, 2017-12-04T17:47:49. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down

0 comments on commit bc6e754

Please sign in to comment.