diff --git a/.gitignore b/.gitignore index fda583f2..d32f0c16 100644 --- a/.gitignore +++ b/.gitignore @@ -41,5 +41,8 @@ target_wrapper.* # QtCreator CMake CMakeLists.txt.user* + +# Common .idea -.DS_Store \ No newline at end of file +.DS_Store +*Temporary* diff --git a/QQtExample_Temp.pro b/QQtExample_Temp.pro deleted file mode 100644 index c9473446..00000000 --- a/QQtExample_Temp.pro +++ /dev/null @@ -1,24 +0,0 @@ -##----------------------------------------------------------------- -##LibQQt样例工程入口 -##不能随便编译,初始设置要求比较严格,请按照规程设置完整。 -##Example要编译,必须先编译完LibQQt -##本Library基于Multi-link技术,Example也是 -##Example工程也就是App工程和Library工程不能放在一起编译,否则会引发 first time bug (add_deploy_library_on_mac). -##Library工程组和App工程组分开编译,不会引发这个bug。 -##----------------------------------------------------------------- -TEMPLATE = subdirs -CONFIG += ordered - -#SUBDIRS += test/LinkQQtSourceTest -#SUBDIRS += test/colorwidgettest -#SUBDIRS += demo/QQtRoseMonitor -#SUBDIRS += examples/exquisite -#SUBDIRS += test/voicetest -#SUBDIRS += test/giftest -#SUBDIRS += test/QQtCustomTitleBarMainFormTest -SUBDIRS += test/qqtdicttest3 - -#高级测试,谨慎使用。 -#SUBDIRS += test/singletonapptest -#SUBDIRS += test/namedpipetest -#SUBDIRS += test/sharedmemorytest