forked from Public/monero-gui
cmake: translations deps handling, build translations as a library
This commit is contained in:
@@ -147,6 +147,8 @@ bool isOpenGL = true;
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
Q_INIT_RESOURCE(translations);
|
||||
|
||||
// platform dependant settings
|
||||
#if !defined(Q_OS_ANDROID) && !defined(Q_OS_IOS)
|
||||
bool isDesktop = true;
|
||||
|
||||
Reference in New Issue
Block a user