3 #include "tile_edit_dlg.h"
9 #if defined(Q_OS_WIN32)
10 Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin
)
11 #elif defined(Q_OS_MAC)
12 Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin
)
13 #elif defined(Q_OS_UNIX)
14 Q_IMPORT_PLUGIN(QXcbIntegrationPlugin
)
19 #include "../shared_widgets/common.h"
21 int main(int argc
, char *argv
[])
24 // Standard initialization
25 // If you are not using these features and wish to reduce the size
26 // of your final executable, you should remove from the following
27 // the specific initialization routines you do not need.
28 NLMISC::CApplicationContext myApplicationContext
;
30 NLQT::preApplication();
31 Q_INIT_RESOURCE(tile_edit_qt
);
32 QApplication
app(argc
, argv
);
34 CTile_edit_dlg tileEdit
;