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"
int main(int argc, char **argv)
{
MyWrapObject mwo;
mwo.objectName();
return 0;
}