1 #include <QtGui/QApplication>
2 #include "nel/misc/app_context.h"
3 #include "nel_launcher_dlg.h"
6 int main(int argc
, char *argv
[])
9 // Standard initialization
10 // If you are not using these features and wish to reduce the size
11 // of your final executable, you should remove from the following
12 // the specific initialization routines you do not need.
13 NLMISC::CApplicationContext myApplicationContext
;
15 //Q_INIT_RESOURCE(tile_edit_qt);
16 QApplication
app(argc
, argv
);
18 CNelLauncherDlg
*nelLauncherDlg
= new CNelLauncherDlg();
19 nelLauncherDlg
->show();
20 //CTile_edit_dlg *tileEdit = new CTile_edit_dlg;