- Timestamp:
- 01/14/10 08:43:12 (13 years ago)
- Branches:
- master, qt5
- Children:
- f3f6162
- Parents:
- 6a624f7
- Location:
- src/test
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
src/test/main.cpp
r6a624f7 r92995da 1 1 #include <QtTest> 2 2 3 #include "m odel/eventtest.h"3 #include "mvc/eventtest.h" 4 4 5 5 int main(int argc, char *argv[]) -
src/test/test.pro
r6a624f7 r92995da 6 6 7 7 # module dependencies 8 LIBS += -L$$DESTDIR -lgui -lm odel9 INCLUDEPATH += ../gui ../m odel../orm10 DEPENDPATH += . ../gui ../m odel../orm11 TARGETDEPS += $$DESTDIR/libm odel.a $$DESTDIR/libgui.a $$DESTDIR/liborm.a8 LIBS += -L$$DESTDIR -lgui -lmvc 9 INCLUDEPATH += ../gui ../mvc ../orm 10 DEPENDPATH += . ../gui ../mvc ../orm 11 TARGETDEPS += $$DESTDIR/libmvc.a $$DESTDIR/libgui.a $$DESTDIR/liborm.a 12 12 13 13 SOURCES += main.cpp \ 14 m odel/EventTest.cpp14 mvc/EventTest.cpp 15 15 16 16 HEADERS += \ 17 m odel/EventTest.h17 mvc/EventTest.h 18 18
Note: See TracChangeset
for help on using the changeset viewer.