Skip to content

Commit 01153b3

Browse files
committed
Update rdm.pro
- Remove obsolete defines - Fix translation resources
1 parent 8767200 commit 01153b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/rdm.pro

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ TEMPLATE = app
1414
DEFINES += RDM_VERSION=\\\"0.9.999\\\"
1515
}
1616

17-
DEFINES += CORE_LIBRARY ELPP_QT_LOGGING ELPP_STL_LOGGING ELPP_DISABLE_DEFAULT_CRASH_HANDLING
18-
1917
SOURCES += \
2018
$$PWD/main.cpp \
2119
$$PWD/app/app.cpp \
@@ -143,7 +141,8 @@ RESOURCES += \
143141
$$PWD/resources/commands.qrc
144142

145143
exists( $$PWD/resources/translations/rdm.qm ) {
146-
$$PWD/resources/tr.qrc
144+
message("Translations found")
145+
RESOURCES += $$PWD/resources/tr.qrc
147146
}
148147

149148
OTHER_FILES += \

0 commit comments

Comments
 (0)