diff options
| author | 2018-07-27 23:51:12 -0400 | |
|---|---|---|
| committer | 2018-07-27 23:51:12 -0400 | |
| commit | feda8a7db8d1d7c5439aa8f8feef7cc0dd2b59a0 (patch) | |
| tree | 1e50f5f666f419143f510d5ded00fe2006b7bd85 /Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro | |
| parent | d9aa870e5d509cc7309ab82dd102a937ab58613a (diff) | |
New upstream version 3.2.1+dfsg1upstream/3.2.1+dfsg1
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro')
| -rw-r--r-- | Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro index 2d5b88c..a00ab89 100644 --- a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro +++ b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro @@ -49,7 +49,8 @@ SOURCES += sqlenterpriseformatter.cpp \ formatrollback.cpp \ formatsavepoint.cpp \ formatvacuum.cpp \ - formatorderby.cpp + formatorderby.cpp \ + formatupsert.cpp HEADERS += sqlenterpriseformatter.h\ sqlenterpriseformatter_global.h \ @@ -88,7 +89,8 @@ HEADERS += sqlenterpriseformatter.h\ formatrollback.h \ formatsavepoint.h \ formatvacuum.h \ - formatorderby.h + formatorderby.h \ + formatupsert.h OTHER_FILES += \ sqlenterpriseformatter.json @@ -100,7 +102,8 @@ RESOURCES += \ sqlenterpriseformatter.qrc -TRANSLATIONS += SqlEnterpriseFormatter_de.ts \ +TRANSLATIONS += SqlEnterpriseFormatter_ro_RO.ts \ + SqlEnterpriseFormatter_de.ts \ SqlEnterpriseFormatter_it.ts \ SqlEnterpriseFormatter_zh_CN.ts \ SqlEnterpriseFormatter_sk.ts \ @@ -124,3 +127,4 @@ TRANSLATIONS += SqlEnterpriseFormatter_de.ts \ + |
