Last change
on this file since 935 was 926, checked in by s10k, 11 years ago |
XmlTools2
Added --aei-patch-files-list for AEI2
|
File size:
380 bytes
|
Line | |
---|
1 | #include "main.h"
|
---|
2 |
|
---|
3 | int main(int argc, char *argv[])
|
---|
4 | {
|
---|
5 |
|
---|
6 | QCoreApplication app(argc, argv);
|
---|
7 |
|
---|
8 | // Set application parameters
|
---|
9 | QCoreApplication::setApplicationName(GlobalVars::AppName);
|
---|
10 | QCoreApplication::setApplicationVersion(GlobalVars::AppVersion);
|
---|
11 |
|
---|
12 | OptionsParser myParser(app.arguments());
|
---|
13 | myParser.parse();
|
---|
14 |
|
---|
15 | //app.exec();
|
---|
16 | return 0;
|
---|
17 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.