cmake/Tests/Qt4Targets/main_wrap_test.cpp

12 lines
136 B
C++
Raw Normal View History

2013-11-03 12:27:13 +02:00
#include <QObject>
#include "mywrapobject.h"
2016-07-09 11:21:54 +02:00
int main(int argc, char** argv)
2013-11-03 12:27:13 +02:00
{
MyWrapObject mwo;
mwo.objectName();
return 0;
}