|
|
@ -16,6 +16,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "../shared_widgets/common.h"
|
|
|
|
|
|
|
|
|
|
|
|
int main(int argc, char *argv[])
|
|
|
|
int main(int argc, char *argv[])
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
@ -25,6 +27,7 @@ int main(int argc, char *argv[])
|
|
|
|
// the specific initialization routines you do not need.
|
|
|
|
// the specific initialization routines you do not need.
|
|
|
|
NLMISC::CApplicationContext myApplicationContext;
|
|
|
|
NLMISC::CApplicationContext myApplicationContext;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NLQT::preApplication();
|
|
|
|
Q_INIT_RESOURCE(tile_edit_qt);
|
|
|
|
Q_INIT_RESOURCE(tile_edit_qt);
|
|
|
|
QApplication app(argc, argv);
|
|
|
|
QApplication app(argc, argv);
|
|
|
|
|
|
|
|
|
|
|
|